eourcs / LockFreeCuckooHash
A fully concurrent lock-free cuckoo hash table implementation
☆56Updated 7 years ago
Alternatives and similar repositories for LockFreeCuckooHash:
Users that are interested in LockFreeCuckooHash are comparing it to the libraries listed below
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- ☆20Updated 2 years ago
- A data structure and algorithm library built for TerarkDB☆62Updated 2 years ago
- Adaptive Radix Tree in C++☆41Updated this week
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆146Updated 5 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 8 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- QSBR and EBR library☆119Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- An adaptive radix tree for efficient indexing in main memory.☆154Updated last year
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 3 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 6 years ago
- A transactional main-memory database system on multicores☆103Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- Benchmarking In-Memory Index Structures☆26Updated 6 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆174Updated 8 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆52Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- Benchmark of common hash functions☆35Updated 5 years ago
- CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.☆158Updated 3 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- A data structure and algorithm library built for ToplingDB☆57Updated 4 months ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago