LPD-EPFL / ASCYLIBLinks
ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists, binary search trees, queues, and stacks.
☆181Updated 7 years ago
Alternatives and similar repositories for ASCYLIB
Users that are interested in ASCYLIB are comparing it to the libraries listed below
Sorting:
- MICA: A Fast In-memory Key-Value Store (see isca2015 branch for the ISCA2015 version)☆211Updated 9 years ago
- LSM-trie☆114Updated 4 years ago
- A benchmark to compare synchronization techniques for multicore programming☆348Updated 4 months ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆176Updated 9 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 7 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
- Beta release of Masstree.☆447Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- pmwcas☆139Updated 2 years ago
- In memory TPC-C implementation. Used for a number of database research projects.☆39Updated 5 years ago
- A tool for measuring the cache-coherence latencies of a processor (i.e., the latencies of loads, stores, CAS, FAI, TAS, and SWAP).☆79Updated 3 years ago
- A simple, reference implementation of a B^e-tree☆159Updated 6 years ago
- A transactional main-memory database system on multicores☆105Updated 7 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- RECIPE : high-performance, concurrent indexes for persistent memory (SOSP 2019)☆194Updated last year
- QSBR and EBR library☆133Updated 5 years ago
- ☆151Updated 2 years ago
- SILT: A Memory-Efficient, High-Performance Key-Value Store☆177Updated 3 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆32Updated 12 years ago
- Atlas: Programming for Persistent Memory☆76Updated 5 years ago
- A fast in-memory key-value store☆51Updated 8 years ago
- LiTL: Library for Transparent Lock Interposition☆84Updated 2 years ago
- Multicore in-memory storage engine☆395Updated 8 years ago
- Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)☆83Updated 3 years ago
- ERMIA: Memory-Optimized OLTP engine for Heterogeneous Workloads (SIGMOD 2016)☆92Updated 2 years ago
- ☆124Updated 3 years ago
- HOT - Height Optimized Trie☆157Updated 7 years ago
- an API and runtime environment for data processing with MapReduce for shared-memory multi-core & multiprocessor systems.☆95Updated last year
- Implementation of the BwTree as specified by Microsoft Research☆99Updated 9 years ago
- NOPaxos consensus protocol☆139Updated 5 years ago