logoalt Hacker News

adgjlsfhk1yesterday at 10:52 PM1 replyview on HN

The counterpoint is that Java has so much SOTA GC work precisely because the language makes writing efficient code that doesn't heavily tax the GC basically impossible.


Replies

rossjudsontoday at 3:20 AM

Tell me you haven't looked at Java in 15 years without telling me.

Given that the vast majority of non-GC language code does a terrible job of managing memory, it's not difficult at all for the JVM to win out on efficient, reliable systems.

show 1 reply