briancain / garbage-collectorLinks
A basic garbage collection application written in C to manage memory
☆17Updated 11 years ago
Alternatives and similar repositories for garbage-collector
Users that are interested in garbage-collector are comparing it to the libraries listed below
Sorting:
- a mini C-like language(C1) compiler☆39Updated 6 years ago
- lcc编译器源码注释工程☆55Updated 10 years ago
- Simplified C Compiler☆20Updated 9 years ago
- Lua like script language☆18Updated 9 years ago
- ucc - a tiny C89 compiler for x86☆108Updated 14 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- A standard C compiler.☆12Updated 9 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated 2 months ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆119Updated 2 months ago
- Our own thread library similar to pthreads☆18Updated 3 years ago
- implement a full compiler based on c++ 11☆21Updated 8 years ago
- A bump pointer allocator☆70Updated 11 years ago
- fast malloc. similar to google-tcmalloc.☆25Updated 8 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 7 years ago
- a tiny, portable, precise, mark-and-sweep GC in C++☆59Updated 13 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆243Updated 8 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆89Updated 12 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- A just-in-time compiler for c minus☆46Updated 12 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- A simple VM in C☆51Updated last year
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- C11 Lock-free Stack☆184Updated last year
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆100Updated this week