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:
- C11 Lock-free Stack☆183Updated last year
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 11 years ago
- Minimize lock-free queue ever!☆132Updated 7 years ago
- timer.c: Tickless hierarchical timing wheel☆232Updated 2 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆93Updated 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.☆139Updated 6 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- Concurrent trie-hash map library☆92Updated last year
- High performance C implementation of AVL trees☆104Updated 6 years ago
- Coroutines for C.☆76Updated 8 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆89Updated 3 years ago
- C99 trie library☆100Updated 6 years ago
- libuv thread communication☆59Updated 2 years ago
- skiplist library for C.☆54Updated 9 years ago
- A generic C memory pool☆100Updated 8 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Hierarchical memory allocator☆76Updated 10 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆167Updated 7 years ago
- Message Framing for libuv☆58Updated 4 years ago
- QSBR and EBR library☆127Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year