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!☆134Updated 7 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- timer.c: Tickless hierarchical timing wheel☆236Updated 2 years ago
- C11 Lock-free Stack☆184Updated last year
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆149Updated 5 years ago
- Hierarchical memory allocator☆76Updated 10 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- Slab Memory Allocator in Application Layer☆29Updated 8 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- A generic C memory pool☆101Updated 9 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆90Updated 3 years ago
- Shared memory allocator☆21Updated 9 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- C99 trie library☆101Updated 6 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 10 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆53Updated 4 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 2 months ago
- A circular buffer alternative written in C under a BSD license☆142Updated 6 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆89Updated 6 years ago