ChrisDodd / shm_mallocLinks
Malloc replacement with support for shared and persistent memory allocation
☆33Updated 11 years ago
Alternatives and similar repositories for shm_malloc
Users that are interested in shm_malloc are comparing it to the libraries listed below
Sorting:
- 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
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆87Updated 3 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- QSBR and EBR library☆121Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- Concurrent trie-hash map library☆92Updated last year
- Different implementations of spinlock.☆105Updated 10 years ago
- C11 Lock-free Stack☆184Updated last year
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- Our open source benchmarks and code samples☆192Updated this week
- A few libunwind examples☆30Updated 4 years ago
- Benchmarks for our memory allocator☆67Updated last year
- Code example from Crash and Burn lecture☆28Updated 3 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated last year
- High performance AVL tree container C implementation☆55Updated 5 years ago