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
- Minimize lock-free queue ever!☆132Updated 6 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- Our open source benchmarks and code samples☆190Updated last week
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- libuv thread communication☆58Updated last year
- C11 Lock-free Stack☆181Updated 11 months 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
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- Concurrent trie-hash map library☆91Updated last year
- QSBR and EBR library☆119Updated 5 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- lru memory cache library☆25Updated 5 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆28Updated 6 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Robin Hood hash map library☆62Updated 3 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
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- A low-latency in-memory C logging library☆59Updated 2 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year