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:
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- self education and historical research of the C++ compiler cfront v3☆87Updated 9 years ago
- Our own thread library similar to pthreads☆18Updated 2 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- ucc - a tiny C89 compiler for x86☆108Updated 14 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆239Updated 8 years ago
- a mini C-like language(C1) compiler☆36Updated 5 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- lcc编译器源码注释工程☆54Updated 10 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆99Updated 4 months ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- qcc is a small toy C compiler☆41Updated 8 years ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- Simplified C Compiler☆20Updated 9 years ago
- A lightweight conservative garbage collector for C/C++☆123Updated 6 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- A just-in-time compiler for c minus☆47Updated 12 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆79Updated 9 years ago
- a tiny, portable, precise, mark-and-sweep GC in C++☆59Updated 12 years ago
- A standard C compiler.☆12Updated 8 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
- Phase Fair and Standard Reader Writer Locks☆17Updated 5 years ago
- A event-driven network library based on reactor pattern written in C.☆17Updated 9 years ago
- Mirror of Apache C++ Standard Library☆65Updated 6 years ago
- fast malloc. similar to google-tcmalloc.☆23Updated 8 years ago
- A pure C++11 based parallel programming library☆14Updated 9 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 11 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 3 weeks ago
- A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)☆16Updated 3 years ago