addy689 / DataStructuresLabLinks
Graph Traversal (BFS & DFS), Single Source Shortest Path, Minimum Spanning Tree, RB Trees, B-Trees
☆15Updated 13 years ago
Alternatives and similar repositories for DataStructuresLab
Users that are interested in DataStructuresLab are comparing it to the libraries listed below
Sorting:
- Very simple noSQL database, created as an example during a talk. See FineDB for a real high-performance noSQL database.☆14Updated 11 years ago
- An implementation of Judy Arrays in 1250 Lines of C Code. (with sample CLI applications and Xcode project)☆17Updated 14 years ago
- A Lightweight Durable HTTP Key-Value Pair Database in C☆145Updated 7 years ago
- A simple lock-free queue implementation.☆80Updated 11 years ago
- A fast, light-weight key/value store with http & memcache(TCP/UDP) interface.☆28Updated 8 years ago
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- High-performance nosql database. Written in C, multi-threaded, based on LightningDB and nanomsg.☆116Updated 11 years ago
- Heap priority queue written in C, licensed under a BSD license☆32Updated 10 years ago
- C based ordered key-value ACID DB using a skip list data structure☆162Updated 10 years ago
- memcachedb ported from BerkeleyDB to LMDB originally from http://memcachedb.googlecode.com/svn/trunk☆87Updated 10 years ago
- ARTful radix tree☆13Updated 8 years ago
- Roaring bitmaps in C☆17Updated 9 years ago
- Vanilla JavaScript interpreter with built-in NO-SQL document database with Btree & ARTful indexing from the database project.☆13Updated 5 years ago
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆28Updated 10 years ago
- Netstring parsing in C☆36Updated 4 years ago
- C hash implementation based on khash☆173Updated 3 weeks ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- leveldb FUSE filesystem☆16Updated 11 years ago
- C implementation of a compressed trie lookup map☆21Updated 6 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- A fast, efficient on-disk/in-memory database with many different kind of data structures.☆27Updated 10 years ago
- Chainable SSL implementation for libuv☆57Updated 7 years ago
- A C version of Bob Jenkins' spooky hash☆38Updated 8 years ago
- Mustache templates implementation in pure c☆50Updated last year
- Minimal pub/sub message queue in C.☆22Updated 10 years ago
- Concurrent trie-hash map library☆92Updated last year
- libevent based multi-threaded web server☆19Updated 9 years ago
- (Keep It) Simple Stupid Database☆367Updated 9 years ago
- Message Framing for libuv☆58Updated 4 years ago
- The B-trie and B-tree, written in C, as described in my PhD thesis.☆28Updated 8 years ago