/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Zig is everything I want C to be
(mrcat.au)
55 points
atomlib
| 2 comments |
22 Oct 24 12:42 UTC
|
HN request time: 0.411s
|
source
1.
kristianp
◴[
24 Oct 24 00:39 UTC
]
No.
41930733
[source]
▶
>>41913652 (OP)
#
What's the performance like compared to C? Is it faster to compile and almost as fast programs?
replies(1):
>>41931758
#
ID:
GO
2.
kristianp
◴[
24 Oct 24 03:55 UTC
]
No.
41931758
[source]
▶
>>41930733 (TP)
#
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/
↑