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 2 years ago
Alternatives and similar repositories for atomic_hash
Users that are interested in atomic_hash are comparing it to the libraries listed below
Sorting:
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 11 years ago
- C11 Lock-free Stack☆183Updated last year
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆91Updated 5 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated 2 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- High performance AVL tree container C implementation☆56Updated 5 years ago
- Robin Hood hash map library☆65Updated 3 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- libuv thread communication☆58Updated 2 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
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆105Updated 9 years ago
- Concurrent trie-hash map library☆92Updated last year
- skiplist library for C.☆54Updated 8 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆227Updated 3 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Shared memory allocator☆21Updated 9 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- redis's async event loop library☆189Updated 5 years ago
- Coroutines for C.☆76Updated 8 years ago
- QSBR and EBR library☆123Updated 5 years ago