bbu / userland-slab-allocatorLinks
A carefully optimised, POSIX-compatible slab allocator for userspace.
☆80Updated 9 years ago
Alternatives and similar repositories for userland-slab-allocator
Users that are interested in userland-slab-allocator are comparing it to the libraries listed below
Sorting:
- C11 Lock-free Stack☆184Updated last year
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆90Updated 3 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 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
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- Concurrent trie-hash map library☆92Updated 2 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- QSBR and EBR library☆133Updated 5 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated 2 years ago
- Coroutines for C.☆77Updated 8 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 14 years ago
- COW b-trees☆107Updated 8 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- Different implementations of spinlock.☆105Updated 10 years ago
- Two Level Segregated Fit (TLSF) memory allocator implementation, BSD License☆116Updated 3 months ago
- Doug Lea's memory allocator☆274Updated 5 years ago
- ☆60Updated 7 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- Red-black tree C implementation☆37Updated 6 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- Memory access tracing QEMU☆99Updated 8 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated 2 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆57Updated 5 years ago