Simple, zero-dependency garbage collection for C
☆1,288Aug 4, 2024Updated last year
Alternatives and similar repositories for gc
Users that are interested in gc are comparing it to the libraries listed below
Sorting:
- A Tiny Garbage Collector for C☆1,080Jun 26, 2023Updated 2 years ago
- The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)☆3,419Updated this week
- Implement a Lisp, in C, from scratch, no libs☆83Jun 22, 2022Updated 3 years ago
- Single header library for writing non-blocking HTTP servers in C☆1,895Jul 4, 2023Updated 2 years ago
- A concurrency C library 10x faster than Golang.☆1,349Jun 30, 2023Updated 2 years ago
- mimalloc is a compact general purpose allocator with excellent performance.☆12,509Feb 6, 2026Updated 3 weeks ago
- A tiny compiler for a language featuring LL(2) grammar. With Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour…☆580May 11, 2025Updated 9 months ago
- Simple Dynamic Strings library for C☆5,385Apr 18, 2025Updated 10 months ago
- A tiny, embeddable language implemented in ANSI C☆1,468Jul 4, 2024Updated last year
- A small C compiler☆10,959Oct 30, 2023Updated 2 years ago
- Higher level programming in C☆7,093Dec 1, 2024Updated last year
- A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR☆2,532Aug 29, 2024Updated last year
- A single-header incremental garbage collector library☆298Aug 28, 2024Updated last year
- M*LIB is a library of generic and type safe containers / data structures in pure C language (C99 / C11) for a wide collection of containe…☆1,077Feb 22, 2026Updated last week
- C in four functions☆10,573Dec 26, 2023Updated 2 years ago
- A simple, self-hosting C compiler☆979May 21, 2022Updated 3 years ago
- A Small C Compiler☆6,359May 2, 2024Updated last year
- A Compiler Writing Journey