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
- Our open source benchmarks and code samples☆189Updated last week
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 2 years ago
- A low-latency in-memory C logging library☆59Updated 2 years ago
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- QSBR and EBR library☆119Updated 5 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- C11 Lock-free Stack☆181Updated 10 months ago
- Different implementations of spinlock.☆104Updated 10 years ago
- Concurrent trie-hash map library☆91Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- Port of linux kernel jump labels to userspace. Uses GCC goto asm extension.☆18Updated 10 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆14Updated 9 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- High performance C implementation of AVL trees☆101Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Valgrind patched with support for DPDK (and rte_*alloc). STATICALLY LINKED: use --soname-synonyms=somalloc=NONE - DINAMICALLY LINKED: SON…☆27Updated 3 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆91Updated 4 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Cross-platform atomic operations and lock algorithm library☆97Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 9 years ago
- Shared memory allocator☆19Updated 8 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- Robin Hood hash map library☆61Updated 3 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year