Comment on Zig is everything I want C to beComments−kristianp1yWhat's the performance like compared to C? Is it faster to compile and almost as fast programs?−kristianp1yApparently unsafe zig can be faster, but only due to unsafe rust being difficult to write in the style of pointers: https://zackoverflow.dev/writing/unsafe-rust-vs-zig/
Comments
What's the performance like compared to C? Is it faster to compile and almost as fast programs?
Apparently unsafe zig can be faster, but only due to unsafe rust being difficult to write in the style of pointers: https://zackoverflow.dev/writing/unsafe-rust-vs-zig/