cloudwu / bpaLinks
A bump pointer allocator
☆70Updated 12 years ago
Alternatives and similar repositories for bpa
Users that are interested in bpa are comparing it to the libraries listed below
Sorting:
- Map object pointer to an unique id☆43Updated 10 years ago
- A just-in-time compiler for c minus☆46Updated 12 years ago
- Documentation for DynASM☆95Updated 6 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year
- A simple lock-free queue implementation.☆80Updated 11 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆106Updated 9 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- A allocator for lua☆28Updated 10 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- Free-List Memory Pool of fixed-size objects in C99☆50Updated 2 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
- C99 trie library☆101Updated 6 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆101Updated last week
- memory pool allocator☆51Updated 13 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆243Updated 8 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 3 years ago
- Higher-level C API for Lua based on llib☆28Updated 11 years ago
- Lua like script language☆18Updated 9 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆56Updated 5 years ago
- My fork of Fabrice Bellard's Tiny C Compiler☆30Updated 7 years ago
- A C network library☆167Updated 3 years ago
- a asymmetric coroutine (lua like) with fixed-size stack☆16Updated 10 years ago
- skiplist library for C.☆54Updated 9 years ago
- a coroutine lib for C users,in non-intrusive mode.☆54Updated 8 years ago
- Automatically exported from code.google.com/p/manualgc☆17Updated 10 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 8 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.