flippingbits / csslLinks
Cache-Sensitive Skip List.
☆22Updated 7 years ago
Alternatives and similar repositories for cssl
Users that are interested in cssl are comparing it to the libraries listed below
Sorting:
- HOT - Height Optimized Trie☆155Updated 7 years ago
- The Cicada engine☆58Updated 8 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 4 years ago
- ☆38Updated 5 years ago
- ERMIA: Memory-Optimized OLTP engine for Heterogeneous Workloads (SIGMOD 2016)☆91Updated 2 years ago
- Self-Tuning Adaptive Radix Tree☆28Updated 5 years ago
- LSM-trie☆114Updated 4 years ago
- "Byteslice: Pushing the envelop of main memory data processing with a new storage layout" (SIGMOD'15)☆25Updated 7 years ago
- Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)☆81Updated 3 years ago
- An adaptive radix tree for efficient indexing in main memory.☆162Updated last year
- Key-Value Store for Non-Volatile Memories uDepot☆45Updated 3 years ago
- A simple, reference implementation of a B^e-tree☆157Updated 6 years ago
- An open-source BzTree implementation☆92Updated 4 years ago
- Order-preserving key encoder☆124Updated 5 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- ☆54Updated last year
- ☆121Updated 3 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- ☆12Updated 6 years ago
- NOPaxos consensus protocol☆136Updated 4 years ago
- The world's first wait-free KV store with generic durable linearizable transactions☆41Updated 3 years ago
- ☆20Updated 2 years ago
- CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.☆166Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆62Updated 6 years ago
- ☆149Updated 2 years ago
- ☆72Updated 5 months ago
- Cuckoo Index: A Lightweight Secondary Index Structure☆129Updated 3 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆175Updated 9 years ago
- A persistent LSM key-value store. FloDB is designed to scale with the number of threads and memory size.☆26Updated 8 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆30Updated 14 years ago