Hacker News new | ask | show | jobs
by jacksmith21006 3043 days ago
This is something that I just love about Go. Get rid of the GC stalling like you have with Java.
2 comments

The primary difference is that Go creates less garbage than Java. Of course this results in significantly shorter GC pauses but they still exist.