addy689 / DataStructuresLab
Graph Traversal (BFS & DFS), Single Source Shortest Path, Minimum Spanning Tree, RB Trees, B-Trees
☆15Updated 12 years ago
Related projects ⓘ
Alternatives and complementary repositories for DataStructuresLab
- Very simple noSQL database, created as an example during a talk. See FineDB for a real high-performance noSQL database.☆13Updated 11 years ago
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆28Updated 10 years ago
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆45Updated 5 years ago
- ☆29Updated 7 years ago
- Perfect Hash Functions☆17Updated 9 years ago
- ☆13Updated 6 years ago
- Append-only B+ tree implemented in C☆33Updated 4 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 10 years ago
- Convey testing framework for C.☆35Updated 7 years ago
- Roaring bitmaps in C☆16Updated 8 years ago
- Userspace file-system using the TokuFT fractal tree library☆23Updated 3 years ago
- Netstring parsing in C☆35Updated 4 years ago
- Minimal pub/sub message queue in C.☆22Updated 10 years ago
- ☆36Updated 2 years ago
- memcachedb ported from BerkeleyDB to LMDB originally from http://memcachedb.googlecode.com/svn/trunk☆85Updated 9 years ago
- LOCKIN is a locking library with various lock algorithms implemented in header files for ease of use☆10Updated 7 years ago
- Durable dead simple queue that allows zero copy semantics. Durable under failure!☆18Updated 8 years ago
- Simple fault-tolerant distributed file system. 1. Utilize virtual ring style key-value store with 3 backups. 2. Automated failure detecti…☆17Updated 8 years ago
- Userspace TCP/IP stack☆68Updated 10 years ago
- A system for maintaining replicated state machines☆115Updated 7 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 8 years ago
- ARTful radix tree☆13Updated 7 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆73Updated 3 years ago
- An implementation of Judy Arrays in 1250 Lines of C Code. (with sample CLI applications and Xcode project)☆17Updated 13 years ago
- A simple C Thread pool implementation☆12Updated 4 years ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 8 years ago
- Red Black Tree Using C☆20Updated 14 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆43Updated 3 years ago