A simple mark-sweep garbage collector in C
☆753Jun 26, 2020Updated 5 years ago
Alternatives and similar repositories for mark-sweep
Users that are interested in mark-sweep are comparing it to the libraries listed below
Sorting:
- A simple implementation of the LISP2 mark-compact GC algorithm☆43Nov 20, 2014Updated 11 years ago
- A minimal mark-and-sweep garbage collector☆43Apr 3, 2019Updated 6 years ago
- A Tiny Garbage Collector for C☆1,080Jun 26, 2023Updated 2 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆90Apr 6, 2013Updated 12 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110May 12, 2016Updated 9 years ago
- The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.☆7,901Nov 19, 2025Updated 3 months ago
- The Magpie programming language☆375Dec 1, 2020Updated 5 years ago
- A readable lisp in less than 1k lines of C☆1,550Feb 18, 2024Updated 2 years ago
- A sparse and compressed bitmap library.☆13Aug 28, 2014Updated 11 years ago
- The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)☆3,419Updated this week
- A single-header incremental garbage collector library☆298Aug 28, 2024Updated last year
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,113Dec 16, 2020Updated 5 years ago
- Simple, zero-dependency garbage collection for C☆1,288Aug 4, 2024Updated last year
- Just a little toy language to learn about register-based VMs.☆22Aug 30, 2012Updated 13 years ago
- A lightweight conservative garbage collector for C/C++☆126Oct 20, 2018Updated 7 years ago
- A Parser Combinator library for C☆2,821Aug 10, 2025Updated 6 months ago
- A toy programming language written in Go that compiles to C.☆106Jun 20, 2022Updated 3 years ago
- C in four functions☆10,563Dec 26, 2023Updated 2 years ago
- A Small C Compiler☆6,359May 2, 2024Updated last year
- Repository for the book "Crafting Interpreters"☆10,552Aug 7, 2024Updated last year
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31May 27, 2017Updated 8 years ago
- Lisp-flavoured C☆1,043Apr 20, 2025Updated 10 months ago
- MIRROR of https://codeberg.org/catseye/minischeme : Cat's Eye Technologies' fork of the original public-domain Mini-Scheme implementation…☆73May 25, 2018Updated 7 years ago
- TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.☆3,303Mar 23, 2019Updated 6 years ago
- A generic mark-and-sweep garbage collector☆44Jan 20, 2012Updated 14 years ago
- Learn C and build your own programming language in under 1000 lines of code!☆3,231Dec 28, 2025Updated 2 months ago
- A Lisp interpreter written in Awk.☆260May 6, 2014Updated 11 years ago
- Vino's Tool Box☆16Feb 11, 2017Updated 9 years ago
- Dynamic-language-like data structure for C☆15Jun 13, 2016Updated 9 years ago
- Pack unit 3D vectors (such as normal vectors) into integer type☆17May 21, 2016Updated 9 years ago
- A small nanopass compiler from a subset of Scheme to C. (Developed for Clojure Conj 2013)☆368May 1, 2021Updated 4 years ago
- A simple, self-hosting C compiler