divfor / atomic_hash
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
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 10 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A low-latency in-memory C logging library☆59Updated 2 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- C11 Lock-free Stack☆181Updated last year
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- libuv thread communication☆58Updated last year
- lru memory cache library☆25Updated 5 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆28Updated 6 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆143Updated 4 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- Code example from Crash and Burn lecture☆28Updated 2 years ago
- Concurrent trie-hash map library☆91Updated last year
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆80Updated 9 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Our open source benchmarks and code samples☆191Updated last month
- Magic ring buffer☆20Updated 8 years ago
- Pure C implementation of Protobuf to/from JSON converter☆35Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- Create extremely-fast and secure embedded HTTP servers with ease.☆42Updated 6 years ago
- High performance C implementation of AVL trees☆102Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago