addy689 / DataStructuresLabLinks
Graph Traversal (BFS & DFS), Single Source Shortest Path, Minimum Spanning Tree, RB Trees, B-Trees
☆15Updated 14 years ago
Alternatives and similar repositories for DataStructuresLab
Users that are interested in DataStructuresLab are comparing it to the libraries listed below
Sorting:
- memcachedb ported from BerkeleyDB to LMDB originally from http://memcachedb.googlecode.com/svn/trunk☆90Updated 10 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
- An implementation of Judy Arrays in 1250 Lines of C Code. (with sample CLI applications and Xcode project)☆17Updated 14 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆29Updated 11 years ago
- ARTful radix tree☆13Updated 8 years ago
- A small, simple hash table written in C.☆23Updated 14 years ago
- Roaring bitmaps in C☆17Updated 9 years ago
- A fast, light-weight key/value store with http & memcache(TCP/UDP) interface.☆28Updated 8 years ago
- A simple C Thread pool implementation☆13Updated 5 years ago
- High-performance nosql database. Written in C, multi-threaded, based on LightningDB and nanomsg.☆116Updated 12 years ago
- Implement a multi-threaded HTTP web server based on boss-worker thread pattern in C, using pthread library.☆12Updated 13 years ago
- A C implementation of a dynamically resizeable binary SHA-256 hash tree (Merkle Tree).☆137Updated 10 years ago
- Yet another C standard library☆17Updated last year
- Threadpool library☆23Updated 10 years ago
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- web server☆23Updated 17 years ago
- Netstring parsing in C☆36Updated 5 years ago
- Gossip protocol implementation in C☆61Updated 8 years ago
- Vanilla JavaScript interpreter with built-in NO-SQL document database with Btree & ARTful indexing from the database project.☆13Updated 5 years ago
- Append-only B+ tree implemented in C☆33Updated 5 years ago
- A fast, efficient on-disk/in-memory database with many different kind of data structures.☆27Updated 11 years ago
- Minimal pub/sub message queue in C.☆23Updated 11 years ago
- Extremely fast uri parser suitable for embedded applications☆13Updated 8 years ago
- leveldb FUSE filesystem☆17Updated 11 years ago
- Heap priority queue written in C, licensed under a BSD license☆33Updated 11 years ago
- Simple implementation of Paxos protocol in Python☆77Updated 14 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 11 years ago
- Mustache templates implementation in pure c☆51Updated 2 years ago
- Trlmdb is a replicating database using time stamps.☆14Updated 9 years ago