Rust Gc

Open-source Rust projects categorized as Gc

Top 5 Rust Gc Projects

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

  • 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
  • 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++).

  • 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

  • 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
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).

Rust Gc related posts

Index

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

Project Stars
1 starlight 491
2 mmtk-core 331
3 samsara 64
4 bdwgc-alloc 18
5 sundial-gc 7

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