Hacker News new | ask | show | jobs
by apta 2383 days ago
> There are some great pieces of tech that really push the boundaries forward in areas of scheduling and garbage collection.

There have been very low latency garbage collectors way before golang, see offerings by Azul for instance.

1 comments

Zing by Azul is very cool from what I've heard engineers talk about as well as marketing, though it being a proprietary beast definitely affects people considering using Java over Go.
The JVM is shipping with two low latency collectors (currently in experimental stage): ZGC and Shenandoah.