codepr / triedb
Key-value store based on a trie data structure to handle the keyspace.
☆12Updated 5 years ago
Alternatives and similar repositories for triedb:
Users that are interested in triedb are comparing it to the libraries listed below
- C++ QD locking library☆11Updated 2 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 3 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Basic Database System implemented for MDBS course☆12Updated 10 years ago
- The B-trie and B-tree, written in C, as described in my PhD thesis.☆27Updated 8 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- ☆12Updated last year
- Concurrent trie-hash map library☆91Updated last year
- Key-Value Store for Non-Volatile Memories uDepot☆45Updated 2 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- Hyaline Reclamation (PLDI '21, PODC '19)☆20Updated 3 years ago
- NetBSD cdb (constant database) library☆14Updated 5 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- Persistent red-black tree in C++☆28Updated 7 years ago
- Concurrent Log-Structured Memory for Many-Core Key-Value Stores☆35Updated 4 years ago
- ☆20Updated 2 years ago
- HuskyDB - Windows Native C++ NoSQL Database☆33Updated 6 years ago
- Composable Data and Type Generators for C++☆10Updated 6 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆41Updated 8 years ago
- Erlang style programming for C++☆15Updated 7 years ago
- Fastest RPC in the west☆21Updated 5 years ago
- Crit-bit tree☆26Updated 3 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago