Gc

Top 9 Gc Open-Source Projects

  • OpenJ9

    Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.

  • bdwgc

    The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)

  • 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
  • gaggiuino

    A Gaggia Classic control project using microcontrollers.

  • Project mention: Gaggiuino | news.ycombinator.com | 2023-12-25
  • gctoolkit

    Tool for parsing GC logs

  • starlight

    JS engine in Rust (by Starlight-JS)

  • mmtk-core

    Memory Management ToolKit

  • Project mention: I have written a JVM in Rust | news.ycombinator.com | 2023-07-21

    Great learning project, I'm glad the author is having fun.

    If they're interested in bolting on a GC, it couldn't hurt to look at MMtk. (https://www.mmtk.io/) Some high quality collection algorithms, written to be pluggable to various VMs, and written in Rust.

  • samsara

    a reference-counting cycle collection library in rust

  • Project mention: Garbage Collection for Systems Programmers | news.ycombinator.com | 2024-03-30

    > IME it's the other way around, per-object individual lifetimes is a rare special case

    It depends on your application domain. But in most cases where objects have "individual lifetimes" you can still use reference counting, which has lower latency and memory overhead than tracing GC and interacts well with manual memory management. Tracing GC can then be "plugged in" for very specific cases, preferably using a high performance concurrent implementation much like https://github.com/chc4/samsara (for Rust) or https://github.com/pebal/sgcl (for C++).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • bdwgc-alloc

    impl GlobalAlloc for Boehm GC

  • Project mention: Bump Allocation: Up or Down? | news.ycombinator.com | 2024-03-25
  • sundial-gc

    WIP: my Tweag open source fellowship project

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Gc related posts

Index

What are some of the best open-source Gc projects? This list will help you:

Project Stars
1 OpenJ9 3,215
2 bdwgc 2,768
3 gaggiuino 1,717
4 gctoolkit 1,226
5 starlight 491
6 mmtk-core 331
7 samsara 64
8 bdwgc-alloc 18
9 sundial-gc 7

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com