logoalt Hacker News

CyberDildonicstoday at 2:28 AM1 replyview on HN

I'm not sure why you're rationale for how to deal with garbage collected memory is based on a guy that didn't know standard data structures and your own gut feelings.

Any program that cares about performance is going to focus on minimizing memory allocation first. The difference between a GCed language like java is that the problems manifest as gc pauses that may or may not be predictable. In a language like C++ you can skip the pauses and worry about the overall throughput.


Replies

jibaltoday at 4:31 AM

Right? "I had this one contingent experience and I've built my entire world view and set of practices around it."