OrangeTide / btree
lock free modified prefix B+tree append-only database
☆117Updated 9 years ago
Alternatives and similar repositories for btree:
Users that are interested in btree are comparing it to the libraries listed below
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆74Updated 3 years ago
- A working project for High-concurrency B-tree source code in C☆249Updated 4 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 10 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- Benchmark program for ForestDB, Couchstore, LevelDB, RocksDB, and WiredTiger☆33Updated 4 years ago
- This is a mirror of github.com/percona/PerconaFT that is kept here for legacy purposes.☆94Updated 5 years ago
- QSBR and EBR library☆119Updated 5 years ago
- A cache-efficiency weight balanced binary tree☆69Updated 10 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A C++ Raft implementation, project moved☆24Updated 8 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 12 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 6 years ago
- An attempt to split the Raft library out of LogCabin☆37Updated 7 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆122Updated 9 months ago
- LSM-trie☆113Updated 4 years ago
- Concurrent trie-hash map library☆91Updated last year
- SILT: A Memory-Efficient, High-Performance Key-Value Store☆177Updated 3 years ago
- ☆66Updated 4 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆174Updated 8 years ago
- W-TinyLFU cache C++11 header only implementation