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
- Bloom filter alternative (C++)☆18Updated 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
- ☆13Updated 2 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- A small test for multithreaded C++ stack unwinding on unixes☆16Updated 5 years ago
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- Lock-free slab allocator / freelist.☆66Updated 9 years ago
- Rust bindings for SPDK☆19Updated 7 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Columnar storage and query engine☆9Updated 7 years ago
- Wait-Free Eras (PPoPP '20)☆10Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- A proof-of-concept for a fast regex matcher using lossy NFA matching on SIMD☆12Updated 6 years ago
- A Parallelism Profiler with What-If analyses for Intel Threading Building Blocks (TBB) programs☆13Updated 7 years ago
- ☆26Updated 8 years ago
- LOCKIN is a locking library with various lock algorithms implemented in header files for ease of use☆10Updated 8 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Some variations on Lemire's Fast Random Integer Generation in an Interval☆15Updated 5 years ago
- Sequence data structure with efficient random access insert and erase☆13Updated last year
- ☆12Updated 4 years ago
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)☆40Updated 6 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 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
- A benchmark for sorting algorithms☆60Updated 4 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
- Concurrent trie-hash map library☆92Updated last year
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- ☆14Updated 2 years ago