divfor / atomic_hash
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
Alternatives and similar repositories for atomic_hash:
Users that are interested in atomic_hash are comparing it to the libraries listed below
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 10 years ago
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- libuv thread communication☆57Updated last year
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆143Updated 4 years ago
- QSBR and EBR library☆118Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Shared memory allocator☆19Updated 8 years ago
- C11 Lock-free Stack☆181Updated 10 months ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 9 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Concurrent trie-hash map library☆91Updated last year
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆91Updated 4 years ago
- Our open source benchmarks and code samples☆189Updated this week
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆27Updated 6 years ago
- lru memory cache library☆25Updated 5 years ago
- ☆51Updated 8 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆55Updated 4 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 Thread Pool☆77Updated last year
- High performance C implementation of AVL trees☆100Updated 5 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- ☆9Updated 2 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆55Updated last year
- Red-black tree C implementation☆37Updated 6 years ago