5 ms·
> We do have experience, my C++ projects compile much faster than their rewrite in Rust Wow. And C++ projects can be quite slow to compile
by liopleurodon 7y ago
> We do have experience, my C++ projects compile much faster than their rewrite in Rust
Wow. And C++ projects can be quite slow to compile
- pjmlp 7y agoThey can, but you have to compile everything from scratch, not use binary dependencies, disable pre-compiled headers, not having an incremental compiler and linker available, and be an heavy meta-programming user.