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
- Lock-free slab allocator / freelist.☆70Updated 10 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
- System Programming Project Ideas and Information for honors students☆20Updated 10 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
- A Parallelism Profiler with What-If analyses for Intel Threading Building Blocks (TBB) programs☆13Updated 7 years ago
- squint - Rob Pike's Newsqueak interpreter for Unix☆43Updated 13 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
- Sphinx is a fast in-memory key-value store, compatible with Memcached.☆32Updated 6 years ago
- Bloom filter alternative (C++)☆18Updated 7 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- Wait-Free Eras (PPoPP '20)☆10Updated 6 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
- C Implementation of the monkey programming language☆74Updated 5 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆175Updated 6 years ago
- Sample database with LLVM execution engine.☆11Updated 9 years ago
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- A basic JSON library in modern C++☆16Updated 4 years ago
- ☆24Updated 9 years ago
- Thread-less, event-loop based tiny http-server from scratch using epoll. Learning Purpose.☆84Updated 4 years ago
- A SQL-to-native-code compiler based on LLVM☆48Updated 10 years ago
- ViyaDB in-memory columnar analytical data store☆115Updated 6 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆76Updated 4 years ago
- SimpleDB is developed by Edward Sciore. This repo is to enhance it and provide more features.☆38Updated 5 years ago
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)☆40Updated 7 years ago
- RWMutex for sharing of multicore machines.☆18Updated 6 years ago
- Implemet Key-Value store using BTree☆66Updated 6 years ago