←back to thread

55 points atomlib | 1 comments | | HN request time: 0.26s | source
Show context
kristianp ◴[] No.41930733[source]
What's the performance like compared to C? Is it faster to compile and almost as fast programs?
replies(1): >>41931758 #
1. kristianp ◴[] No.41931758[source]
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/