naskitis / B-trieLinks
The B-trie and B-tree, written in C, as described in my PhD thesis.
☆27Updated 8 years ago
Alternatives and similar repositories for B-trie
Users that are interested in B-trie are comparing it to the libraries listed below
Sorting:
- The HAT-trie, written in C, as described in my PhD thesis.☆20Updated 8 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆42Updated 8 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- Columnar storage and query engine☆9Updated 6 years ago
- ☆13Updated 2 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 4 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Key-value store based on a trie data structure to handle the keyspace.☆12Updated 6 years ago
- A proof-of-concept for a fast regex matcher using lossy NFA matching on SIMD☆12Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- ☆11Updated 4 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- A C11 implementation of D. Vyukov MPSC queue☆28Updated last year
- Sphinx is a fast in-memory key-value store, compatible with Memcached.☆32Updated 5 years ago
- A small test for multithreaded C++ stack unwinding on unixes☆16Updated 5 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- A fast priority queue/tree/sort struct that supports operations in O(loglog u) time☆18Updated 7 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- Basic Database System implemented for MDBS course☆13Updated 10 years ago
- LOCKIN is a locking library with various lock algorithms implemented in header files for ease of use☆10Updated 8 years ago
- The CIlk programming language from http://supertech.lcs.mit.edu/cilk/☆9Updated 9 years ago
- Sequence data structure with efficient random access insert and erase☆13Updated last year
- ☆14Updated 2 years ago
- Parallel programming library in C++11☆12Updated 5 years ago
- Sample database with LLVM execution engine.☆11Updated 8 years ago