divfor / atomic_hashLinks
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
Sorting:
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 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
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- C11 Lock-free Stack☆182Updated last year
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- Our open source benchmarks and code samples☆192Updated 2 weeks ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- A low-latency in-memory C logging library☆59Updated 3 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆15Updated 9 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆87Updated 3 years ago
- High performance C implementation of AVL trees☆103Updated 6 years ago
- Asynchronous DNS resolver☆35Updated 7 years ago
- QSBR and EBR library☆121Updated 5 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
- Concurrent trie-hash map library☆92Updated last year
- LMAX's disruptor pattern implemented in C☆96Updated 2 weeks ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆82Updated 9 years ago
- libuv thread communication☆58Updated 2 years ago
- skiplist library for C.☆54Updated 8 years ago
- Robin Hood hash map library☆62Updated 3 years ago