MihirLuthra / shm_allocLinks
fast lock free shared memory allocator
☆20Updated 4 years ago
Alternatives and similar repositories for shm_alloc
Users that are interested in shm_alloc are comparing it to the libraries listed below
Sorting:
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 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
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- ☆44Updated 4 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Shared memory allocator☆21Updated 9 years ago
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- async io-uring based kernel io library☆31Updated 4 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- QSBR and EBR library☆121Updated 5 years ago
- lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free me…☆14Updated 5 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- C++ framework for rapid server development☆77Updated last year
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆44Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆311Updated 11 months ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386☆187Updated this week
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A lock-free malloc(3) implementation☆19Updated last month
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible☆20Updated 3 months ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago