Y
Hacker News
new
|
ask
|
show
|
jobs
by
laurencerowe
33 days ago
I found making single line changes in Bun’s zig code led to very long compiles compared to doing the same in Rust code. It was a while ago though and maybe I was doing something wrong.
1 comments
cdud3
32 days ago
Probably a very long time ago then. Try again with Zig 0.16. It's amazing how fast recompiles can be.
link
lukaslalinsky
32 days ago
They can't, because Bun is tied to a fork of Zig 0.14 which is not compatible with regular Zig compiler.
link
Jarred
32 days ago
Bun’s patched Zig is on Zig 0.15.1
link