naskitis / B-trieLinks
The B-trie and B-tree, written in C, as described in my PhD thesis.
☆28Updated 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
- Link to this library and it will log all the LibC functions you are calling and how much time you are spending in them!☆18Updated 5 months ago
- Key-value store based on a trie data structure to handle the keyspace.☆12Updated 6 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
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- ☆13Updated 2 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- A proof-of-concept for a fast regex matcher using lossy NFA matching on SIMD☆12Updated 6 years ago
- Sphinx is a fast in-memory key-value store, compatible with Memcached.☆32Updated 5 years ago
- Buddy Memory Allocator☆12Updated 6 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- A small test for multithreaded C++ stack unwinding on unixes☆16Updated 5 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆30Updated 14 years ago
- A comparison between different integer set techniques☆14Updated 7 years ago
- The CIlk programming language from http://supertech.lcs.mit.edu/cilk/☆9Updated 9 years ago
- ☆12Updated 4 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- RWMutex for sharing of multicore machines.☆17Updated 6 years ago
- Sequence data structure with efficient random access insert and erase☆13Updated last year
- The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).☆20Updated 4 years ago
- ☆12Updated last year
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- A User Space Threading Library☆19Updated last year
- The world's first wait-free KV store with generic durable linearizable transactions☆41Updated 3 years ago
- A C++ implementation of cache-oblivious Van Emde Boas search trees☆19Updated 7 years ago
- A RISC-V virtual processor, written in Rust.☆19Updated last year
- Sample database with LLVM execution engine.☆11Updated 8 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago