Is it possible to implement a garbage collector in Java?

This page summarizes the projects mentioned and recommended in the original post on /r/java

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sapphire

    Implementation of Sapphire garbage collector for JikesRVM (by perlfu)

  • Check out the Jikes RVM project, which goes back 25 years.[1] It's a research-oriented JVM implemented almost entirely in Java, and it compiles to machine code. Garbage collection is also implemented in Java, and several types of collectors have been implemented. Here's an example: Sapphire

  • Maxine-VM

    Maxine VM: A meta-circular research VM

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

  • GitHub link: https://github.com/oracle/graal/tree/master/substratevm/src/com.oracle.svm.core.genscavenge/src/com/oracle/svm/core/genscavenge

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Live Objects All the Way Down: Removing the Barriers Between Apps and VMs

    1 project | news.ycombinator.com | 8 Jan 2024
  • Crash report and loading time

    1 project | /r/fabricmc | 15 Nov 2023
  • A JVM in Rust part 5 – Executing instructions

    4 projects | news.ycombinator.com | 28 Aug 2023
  • Rust Positively Sucks [video]

    1 project | news.ycombinator.com | 1 Aug 2023
  • How can I integrate a Svelte(Kit?) frontend on a Spring Boot application?

    3 projects | /r/sveltejs | 27 May 2023