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:
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- C11 Lock-free Stack☆184Updated last year
- timer.c: Tickless hierarchical timing wheel☆236Updated 2 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- C99 trie library☆101Updated 6 years ago
- A generic C memory pool☆101Updated 9 years ago
- Robin Hood hash map library☆68Updated 4 years ago
- Slab Memory Allocator in Application Layer☆29Updated 8 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆86Updated 10 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- A much faster popen() and system() implementation for Linux☆68Updated 5 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 7 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆106Updated 9 years ago
- Low-memory-footprint mutexes for pthreads☆42Updated 3 years ago
- A hierarchical timer wheel, for implementing timed event queues☆214Updated last year
- Our open source benchmarks and code samples☆193Updated 3 months ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆235Updated 4 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- Coroutines for C.☆78Updated 8 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 10 years ago
- lru memory cache library☆25Updated 6 years ago