Hacker News new | ask | show | jobs
by pron 315 days ago
Not to mention that `Arc` uses a GC (and not a stellar one, at that)...
2 comments

You can use alternative GC such as crossbeam if you want. You're not locked into using an Arc.
Lol, what are you even trying to say here?

Is Zig such an amazing language that while using it you won't ever need reference-counted pointers?