Y
Hacker News
new
|
ask
|
show
|
jobs
by
lifthrasiir
305 days ago
More accurately speaking, Zig helps spatial memory safety (e.g. out-of-bound access) but doesn't help temporal memory safety (e.g. use-after-free) which Rust excels at.
2 comments
pjmlp
305 days ago
Which is something that even PL/I predating C already had.
link
ViewTrick1002
305 days ago
As long as you are using the "releasesafe" build mode and not "releasefast" or "releasesmall".
link