Hacker News new | ask | show | jobs
by tjoff 2936 days ago
The problem with garbage collection in most cases isn't really performance but correctness.

The only thing the garbage collector does is allowing you to not think about memory. And you can not write good code if you do not know how your memory is being used.

It is a massive disservice with barely any tangible benefits.