rmind / thmapLinks
Concurrent trie-hash map library
☆92Updated last year
Alternatives and similar repositories for thmap
Users that are interested in thmap are comparing it to the libraries listed below
Sorting:
- QSBR and EBR library☆121Updated 5 years ago
- CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.☆160Updated 3 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 3 years ago
- The Cicada engine☆57Updated 8 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Adaptive Radix Tree in C++☆45Updated last week
- C implementation of the Raft Consensus protocol, BSD licensed☆72Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- qp tries and crit-bit tries☆119Updated 2 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 6 years ago
- Lock-free slab allocator / freelist.☆66Updated 9 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- ☆20Updated 2 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆58Updated last year
- A fork of Couchbase ForestDB project, aiming at making it simple and generic☆18Updated 2 months ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- The world's first wait-free KV store with generic durable linearizable transactions☆41Updated 3 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 4 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- An open-source BzTree implementation☆92Updated 3 years ago
- Robin Hood hash map library☆62Updated 3 years ago
- A curated list of resources related to Seastar, an industrial-grade C++ framework for building high-performance servers.☆104Updated 9 months ago
- Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)☆80Updated 3 years ago
- An event loop for C using io_uring☆48Updated last year