Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
tibbetts
8y ago
0 comments
Save
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
1 comments · 1 top-level
top
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