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
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆90Updated 4 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Shared memory allocator☆19Updated 8 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- LMAX's disruptor pattern implemented in C☆95Updated 6 years ago
- High performance AVL tree container C implementation☆53Updated 4 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Concurrent trie-hash map library☆91Updated last year
- C11 Lock-free Stack☆181Updated 9 months ago
- QSBR and EBR library☆117Updated 5 years ago
- Our open source benchmarks and code samples☆188Updated this week
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- Slab Memory Allocator in Application Layer☆27Updated 7 years ago
- High performance C implementation of AVL trees☆100Updated 5 years ago
- A low-latency in-memory C logging library☆59Updated 2 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆87Updated 3 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- A much faster popen() and system() implementation for Linux☆69Updated 4 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- libuv thread communication☆57Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 5 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
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆142Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago