Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
tibbetts
8y ago
0 comments
Share
Exactly. Developing GC aware code is still easier and safer than c++ memory management. Particularly because when you screw up in c++ you get crashes or data loss, and when you screw up in Java you mostly just get GC pauses.
0 comments
default
newest
oldest
MaxBarraclough
8y ago
Mandatory mention of D and its @nogc feature (as it sounds, a compile-time guarantee that a function doesn't allocate on the garbage-collected heap)
https://dlang.org/blog/2017/06/16/life-in-the-fast-lane/
j
/
k
navigate · click thread line to collapse