|
|
|
|
|
by tibbetts
3030 days ago
|
|
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. |
|
https://dlang.org/blog/2017/06/16/life-in-the-fast-lane/