bbu / userland-slab-allocator
A carefully optimised, POSIX-compatible slab allocator for userspace.
☆76Updated 8 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
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆32Updated 10 years ago
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆82Updated 2 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Sample usage of the new memfd_create(2) Linux system call.☆81Updated 4 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Concurrent trie-hash map library☆90Updated last year
- QSBR and EBR library☆116Updated 5 years ago
- Memory access tracing QEMU☆94Updated 7 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆43Updated 3 years ago
- Implementing coroutines, channels, message passing, etc.☆132Updated 3 years ago
- Red-black tree C implementation☆37Updated 6 years ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆44Updated 11 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- C11 Lock-free Stack☆180Updated 7 months ago
- libperf is a library that wraps around the syscall perf_event_open(). This library exposes the kernel performance counters subsystem to …☆55Updated 3 years ago
- Small implementation in C of a slab allocator in user space☆34Updated 6 months ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- POSIX-like scalable multicore research OS kernel☆189Updated 4 years ago
- buddy system memory allocator☆34Updated 10 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- rcu example of linux kernel. tag : rcu, list rcu, linux kernel rcu, kernel rcu, read copy update, rcu example☆34Updated 2 years ago
- Portable Runtime System☆23Updated 8 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- The finest radix tree this side of the Linux kernel.☆34Updated 9 years ago
- User level NVMe driver library☆63Updated 3 years ago
- Function tracer for gcc☆34Updated 7 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 last year