C++ incremental compilation vs Rust’s
C++ incremental compilation vs Rust’s
Posted Oct 29, 2024 11:54 UTC (Tue) by mmechri (subscriber, #95694)Parent article: The performance of the Rust compiler
> Rust's incremental compilation could also use some improvement, Li said. C++ does a better job there, because Rust's lexing, parsing, and macro expansion are not yet incremental.
I didn’t understand the comparison with C++. What is it that C++ does better than Rust when it comes to incremental compilation?