Comment by 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.
I believe in the latest (possibly two latest?) releases of Zig you have the option to build a self hosted compiler.