Post #1364948
2025-11-13 14:04 UTC
Note that there are also lots of programs where this change makes very little difference. Many benchmarks show just 0.5% or 0.1% improvement, or simply zero difference.
The most extreme case is the `large-workspace` benchmark, which is a generated benchmark with hundreds of crates that each just have a few println!() statements. That one now compiles 38% faster and produces a 22% smaller binary.
Replies (1)
-
@woile@hachyderm.io 2025-11-13 14:25
@Mara excellent news for print-driven-development! I'm mind blown that you were able to optimize it even more, do you have some explanation on how you achieved this?