Viewing profile — pierrelgol
pierrelgol
HN member- Joined
- Tue, May 05, 2026, 1:31 PM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About pierrelgol
No profile information was provided.
Recent public activity
-
comment
Comment #48026739
The problem is not just that Rust takes a few seconds longer once. It compounds across the edit/debug cycle. If you make around 800 save/check iterations in a day, then a 2.5–3.5s …
-
comment
Comment #48026593
from my own testing even their incremental on a codebase 10x smaller than the Zig compiler like Helix the text editor, on my machine almost all changes take 2/3s and with cranelift…
-
comment
Comment #48022438
That's true, but then there's also the case of working on the zig compiler which is roughly a million loc, and with `--watch -fincremental` you can get 200ms recompile even if you …