naskitis / B-trieLinks
The B-trie and B-tree, written in C, as described in my PhD thesis.
☆30Updated 9 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.☆21Updated 9 years ago
- ☆13Updated 2 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆44Updated 9 years ago
- Bloom filter alternative (C++)☆18Updated 7 years ago
- A Parallelism Profiler with What-If analyses for Intel Threading Building Blocks (TBB) programs☆13Updated 7 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.☆70Updated 10 years ago
- Wait-Free Eras (PPoPP '20)☆10Updated 6 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆17Updated 11 years ago
- Very simple noSQL database, created as an example during a talk. See FineDB for a real high-performance noSQL database.☆14Updated 12 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- ☆27Updated 8 years ago
- 8-bit Xor Filter in C99☆62Updated 6 years ago
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- Allen Holub's Book 'Compiler Design In C' source code☆39Updated 9 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Counting the collisions with perl hash tables per function☆12Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- Hackable Lexer with UTF-8 support☆23Updated 6 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- For details, see the blog post:☆35Updated 2 years ago
- C Implementation of the monkey programming language☆74Updated 5 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 6 years ago
- Hyaline Reclamation (PLDI '21, PODC '19)☆23Updated 4 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago