naskitis / B-trieLinks
The B-trie and B-tree, written in C, as described in my PhD thesis.
☆29Updated 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
- ☆13Updated 2 years ago
- A Parallelism Profiler with What-If analyses for Intel Threading Building Blocks (TBB) programs☆13Updated 7 years ago
- Wait-Free Eras (PPoPP '20)☆10Updated 5 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Lock-free slab allocator / freelist.☆69Updated 9 years ago
- Concurrent trie-hash map library☆92Updated last year
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- ☆27Updated 8 years ago
- An efficient and practical queueing for fast core-to-core communication http://psy-lob-saw.blogspot.co.uk/2013/11/spsc-iv-look-at-bqueue.…☆21Updated 8 years ago
- A small test for multithreaded C++ stack unwinding on unixes☆16Updated 5 years ago
- Very simple noSQL database, created as an example during a talk. See FineDB for a real high-performance noSQL database.☆14Updated 11 years ago
- Tasking 2.0☆16Updated 3 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
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- For details, see the blog post:☆32Updated last year
- RLU resizable hash-table☆17Updated 10 years ago
- Hyaline Reclamation (PLDI '21, PODC '19)☆22Updated 4 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Key-value store based on a trie data structure to handle the keyspace.☆12Updated 6 years ago
- LevelDB implemented in C (unofficial -- not affiliated with Google in any way)☆101Updated last year
- System Programming Project Ideas and Information for honors students☆19Updated 9 years ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆57Updated 2 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- Parallel programming library in C++11☆12Updated 5 years ago
- Concurrent Log-Structured Memory for Many-Core Key-Value Stores☆35Updated 5 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago