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:
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Robin Hood hash map library☆61Updated 3 years ago
- C11 Lock-free Stack☆184Updated last year
- iomux - High performance aynchronous I/O multiplexing and timers☆15Updated 9 years ago
- A much faster popen() and system() implementation for Linux☆68Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A generic C memory pool☆100Updated 8 years ago
- Coroutines for C.☆75Updated 8 years ago
- skiplist library for C.☆54Updated 8 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆56Updated 4 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated last year
- High performance C implementation of AVL trees☆103Updated 6 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- Hierarchical memory allocator☆73Updated 10 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆105Updated 9 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Concurrent trie-hash map library☆92Updated last year
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- 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
- Shared memory allocator☆21Updated 9 years ago
- libuv thread communication☆58Updated 2 years ago
- memory pool allocator☆50Updated 12 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago