TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

LXR: Low-latency, high-throughput GC for JVM

4 pointsby groodtabout 3 years ago

1 comment

exabrialabout 3 years ago
&gt; LXR takes a very different approach to existing production collectors, using advanced reference counting for prompt reclamation, carefully avoiding the overhead of concurrent copying.<p>Curious, why hasn&#x27;t this been done before, like in Objective-C? Java has some of most advanced garbage collection of any language with fancy escape analysis and a plethora of collectors available, including some unique ones like G1 and Shenandoah.