ChrisDodd / shm_mallocLinks
Malloc replacement with support for shared and persistent memory allocation
☆32Updated 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 2 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆90Updated 3 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- C11 Lock-free Stack☆184Updated last year
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- QSBR and EBR library☆133Updated 5 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 6 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- Convert build system from autoconf/make to CMake☆78Updated 3 years ago
- Our open source benchmarks and code samples☆193Updated 3 weeks ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated 2 years ago
- libuv thread communication☆59Updated 2 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 4 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- Concurrent trie-hash map library☆93Updated 2 years ago
- Shared memory allocator☆21Updated 9 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 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
- Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386☆203Updated this week
- A shared library that can be LD_PRELOAD-ed to show memory increments per second per backtrace on dynamically chosen time intervals.☆27Updated 2 years ago