(no title)
throw_away_8080 | 2 years ago
I did measure so I can't say why for sure, but it was satisfying to see the exact same algorithm go faster.
I assume it was because it had better cache performance.
throw_away_8080 | 2 years ago
I did measure so I can't say why for sure, but it was satisfying to see the exact same algorithm go faster.
I assume it was because it had better cache performance.
nextaccountic|2 years ago
https://nnethercote.github.io/2023/03/24/how-to-speed-up-the...
3% and 6% of improvement doesn't seem like much, but at the level of rustc those big wins
Performance of Rustc must be continously tracked (here https://perf.rust-lang.org/) because if you don't proactively fight against bloat, the tendency is that the code will become slower over time (due to new features etc)