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
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- Shared memory allocator☆20Updated 8 years ago
- Concurrent trie-hash map library☆91Updated last year
- C11 Lock-free Stack☆181Updated last year
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- QSBR and EBR library☆119Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Our open source benchmarks and code samples☆192Updated this week
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- Robin Hood hash map library☆62Updated 3 years ago
- libuv thread communication☆58Updated 2 years ago
- lru memory cache library☆25Updated 5 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Updated 10 months ago
- Coroutines for C.☆74Updated 8 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆15Updated 9 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Shared memory queue benchmarks and tracing for blog☆73Updated 9 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year