ucf-cs / Tervel
Fast wait-free algorithms designed for shared memory systems
☆46Updated 7 years ago
Alternatives and similar repositories for Tervel:
Users that are interested in Tervel are comparing it to the libraries listed below
- W-TinyLFU cache C++11 header only implementation☆58Updated 6 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago
- Different implementations of spinlock.☆105Updated 10 years ago
- QSBR and EBR library☆119Updated 5 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- The Cicada engine☆57Updated 7 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- A nano concurrency library☆24Updated 4 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 10 years ago
- A cache-efficiency weight balanced binary tree☆69Updated 10 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆74Updated 3 years ago
- This is a mirror of github.com/percona/PerconaFT that is kept here for legacy purposes.☆94Updated 5 years ago
- Solitaire is a Faster Linearizability Checker Supporting Multiple Data Model☆17Updated 6 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆24Updated 10 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- TokuFT is a high-performance, transactional key-value store☆19Updated 5 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- A data structure and algorithm library built for TerarkDB☆62Updated 3 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Read- and latency-optimized log structured merge tree