Simple garbage collector and allocation library

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • gcmalloc

    Simple C garbage collector

  • It's very simple but it serves its purpose for my side projects. If you're interested you can find the code here.

  • potion

    _why the lucky stiff's little language (the official repo... until _why returns)

  • There are much better and portable ways to get the stack bottom. See eg mine https://github.com/perl11/potion/blob/master/core/gc.c#L52 which is also a much better copying, compacting gc

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