jfuentes / concurrent-data-structures
Compilation of concurrent data structures with at least lock-free or wait-free properties.
☆74Updated 5 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
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆178Updated 7 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆212Updated last year
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- QSBR and EBR library☆117Updated 5 years ago
- The world's first wait-free Software Transactional Memory☆171Updated 4 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆99Updated 6 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆173Updated 8 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 12 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 8 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆41Updated 8 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆45Updated 2 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆28Updated 3 years ago
- ☆116Updated 2 years ago
- A transactional main-memory database system on multicores☆103Updated 6 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- LSM-trie☆113Updated 3 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Consistent Hashing data structures and algorithms for C++☆39Updated 8 years ago
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆249Updated 3 years ago
- A SQL-to-native-code compiler based on LLVM☆46Updated 9 years ago
- Fast linearizability checker☆66Updated 9 years ago
- MICA: A Fast In-memory Key-Value Store (see isca2015 branch for the ISCA2015 version)☆206Updated 9 years ago
- Benchmark of common hash functions☆35Updated 5 years ago