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:
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- Our open source benchmarks and code samples☆192Updated 3 weeks ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Concurrent trie-hash map library☆92Updated last year
- W-TinyLFU cache C++11 header only implementation☆62Updated 6 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆88Updated 3 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- C11 Lock-free Stack☆183Updated last year
- QSBR and EBR library☆121Updated 5 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Convert build system from autoconf/make to CMake☆77Updated 3 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 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
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 14 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated 2 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 5 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- timer.c: Tickless hierarchical timing wheel☆233Updated last year
- Shared memory allocator☆21Updated 9 years ago
- IPC benchmark on Linux☆75Updated 2 years ago