jfuentes / concurrent-data-structuresLinks
Compilation of concurrent data structures with at least lock-free or wait-free properties.
☆76Updated 6 years ago
Alternatives and similar repositories for concurrent-data-structures
Users that are interested in concurrent-data-structures are comparing it to the libraries listed below
Sorting:
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆181Updated 7 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆32Updated 12 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- High-performance multicore-scalable data structures and benchmarks☆144Updated 6 years ago
- The world's first wait-free Software Transactional Memory☆174Updated 5 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆176Updated 9 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 15 years ago
- QSBR and EBR library☆133Updated 5 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- A SQL-to-native-code compiler based on LLVM☆48Updated 9 years ago
- Supersonic is an ultra-fast, column oriented query engine library written in C++☆207Updated 5 years ago
- NOPaxos consensus protocol☆139Updated 5 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 7 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- A simple, reference implementation of a B^e-tree☆159Updated 6 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- LSM-trie☆114Updated 4 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆43Updated 9 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- HYRISE In-Memory Hybrid Storage Engine (archived, now developed in hyrise/hyrise repo)☆89Updated 7 years ago
- Cross-platform atomic operations and lock algorithm library☆100Updated 7 years ago
- Implementation of the BwTree as specified by Microsoft Research☆99Updated 9 years ago
- The Cicada engine☆59Updated 8 years ago
- CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.☆165Updated 4 years ago
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆251Updated 4 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
- SILT: A Memory-Efficient, High-Performance Key-Value Store☆177Updated 3 years ago