Comment by ponyous 2 days ago Bun is(was?) a lot about performance. How does it compare to zig? 2 comments ponyous Reply stymaar 2 days ago Rust and Zig both use the same optimizing compiler (LLVM) so assuming the vibe coded port didn't introduce performance pitfalls and kept the algorithms the same, the end result should be in the single digit performance difference with the original. TimSchumann 3 hours ago I believe in the latest (possibly two latest?) releases of Zig you have the option to build a self hosted compiler.
stymaar 2 days ago Rust and Zig both use the same optimizing compiler (LLVM) so assuming the vibe coded port didn't introduce performance pitfalls and kept the algorithms the same, the end result should be in the single digit performance difference with the original. TimSchumann 3 hours ago I believe in the latest (possibly two latest?) releases of Zig you have the option to build a self hosted compiler.
TimSchumann 3 hours ago I believe in the latest (possibly two latest?) releases of Zig you have the option to build a self hosted compiler.
Rust and Zig both use the same optimizing compiler (LLVM) so assuming the vibe coded port didn't introduce performance pitfalls and kept the algorithms the same, the end result should be in the single digit performance difference with the original.
I believe in the latest (possibly two latest?) releases of Zig you have the option to build a self hosted compiler.