migc: Conservative GC for C/C++/Rust/Zig and other compiled languages using mimalloc

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

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

    Simple conservative GC using mimalloc

  • tinygc

    TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative GC

  • Hello to all! I developed this library just as proof that mimalloc can be used for implementing fast GCs and as an simple example on how conservative GC implementation can look. It does not have much but its functionality is close to what tinygc has except migc is much faster since it uses mimalloc for allocation and does not use linked list to search for pointers and migc does not support threading at all

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

  • What do you want to watch next? This is why I built GoodWatch.

    6 projects | dev.to | 5 May 2024
  • BlackHole: macOS Audio Loopback Driver

    1 project | news.ycombinator.com | 5 May 2024
  • Tasmota: Open-source firmware for ESP devices

    3 projects | news.ycombinator.com | 5 May 2024
  • Drink Me: (Ab)Using a LLM to Compress Text

    2 projects | news.ycombinator.com | 4 May 2024
  • Credentials Fetcher

    1 project | news.ycombinator.com | 5 May 2024