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
- ☆13Updated 2 years ago
- Lock-free slab allocator / freelist.☆66Updated 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
- 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
- A small test for multithreaded C++ stack unwinding on unixes☆16Updated 5 years ago
- Wait-Free Eras (PPoPP '20)☆10Updated 5 years ago
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- A Parallelism Profiler with What-If analyses for Intel Threading Building Blocks (TBB) programs☆13Updated 7 years ago
- Hackable Lexer with UTF-8 support☆22Updated 6 years ago
- ☆26Updated 8 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- C Implementation of the monkey programming language☆73Updated 5 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)☆40Updated 6 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 5 years ago
- UTF8 Validator (C edition)☆24Updated 3 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- Parallel programming library in C++11☆12Updated 5 years ago
- squint - Rob Pike's Newsqueak interpreter for Unix☆42Updated 12 years ago
- Comparing concurrent code example programs between other languages and Zig☆61Updated 4 months ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Updated 5 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- ☆23Updated 3 years ago