MihirLuthra / shm_allocLinks
fast lock free shared memory allocator
☆21Updated 5 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:
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386☆208Updated 3 weeks ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible☆25Updated 10 months ago
- network library based on io_uring and C++20 coroutine☆110Updated 5 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆235Updated 4 years ago
- Performance profiling of JSON libraries☆28Updated 8 months ago
- A C11 implementation of D. Vyukov MPSC queue☆33Updated 2 years ago
- QSBR and EBR library☆135Updated 6 years ago
- Key/Value NoSQL database that utilize LSM trees☆40Updated last month
- ☆45Updated 5 years ago
- Adaptive Radix Tree in C++☆50Updated this week
- io_uring echo server☆397Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 3 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- Lock-free implementation of the token bucket algorithm in C++☆62Updated 2 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆149Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- Source code for example programs from Lord of the io_uring guide☆198Updated last year
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆30Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆150Updated 6 years ago
- Asynchronous IO for C++20☆18Updated 2 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- Concurrent trie-hash map library☆94Updated 2 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆17Updated 11 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 5 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆26Updated 3 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago