This is a great talk by @mattgodbolt ... but his conclusion on C++20 modules: "Build times went from 10 sec to 40 sec... I was expecting segfaulting compilers ... [but] I got it to work pretty quickly... I think that is a great place" 🤔🤦♂️🤔 youtube.com/watch?v=jlt_fS…
@code_report I'd love anyone who can help to submit PRs and/or tell me what I'm doing wrong! I had a couple of folks working with modules take a look and tell me they couldn't help my situation. I wish I knew what I was doing wrong!
@code_report @mattgodbolt It is interesting to see languages like zig where compiles times are a first class citizen and languages like C++ and Rust where it is an afterthought. Zig will change or not implement features if they have too much compile time impact.