doublec / gcLinks
A lightweight garbage collector for C++ programs
☆69Updated last year
Alternatives and similar repositories for gc
Users that are interested in gc are comparing it to the libraries listed below
Sorting:
- A just-in-time compiler for c minus☆46Updated 12 years ago
- Custom scripting language Compiler and VM written in C++11.☆36Updated 8 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 7 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆101Updated this week
- Interactive C++ Interpreter for x86 Systems☆58Updated 10 years ago
- SGScript Scripting Engine☆65Updated 7 years ago
- A generic single header garbage collector that mixes reference counting and a mark & sweep algorithm☆18Updated 8 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆158Updated 8 years ago
- A toy programming language interpreter☆33Updated 12 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- Generic type-safe vector, hash map, and concurrent queue for C