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
- ARTful radix tree☆13Updated 8 years ago
- An implementation of Judy Arrays in 1250 Lines of C Code. (with sample CLI applications and Xcode project)☆17Updated 14 years ago
- The B-trie and B-tree, written in C, as described in my PhD thesis.☆29Updated 8 years ago
- A small, simple hash table written in C.☆23Updated 14 years ago
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆28Updated 11 years ago
- A fast, light-weight key/value store with http & memcache(TCP/UDP) interface.☆28Updated 8 years ago
- Roaring bitmaps in C☆17Updated 9 years ago
- Mustache templates implementation in pure c☆50Updated 2 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
- Minimal pub/sub message queue in C.☆22Updated 10 years ago
- malloc leak tracer☆70Updated 3 years ago
- A mini C library for interacting with the Twitter OAuth api.☆24Updated 4 years ago
- Implement a multi-threaded HTTP web server based on boss-worker thread pattern in C, using pthread library.☆11Updated 13 years ago
- A simple C Thread pool implementation☆13Updated 5 years ago
- leveldb FUSE filesystem☆16Updated 11 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 10 years ago
- Static Radix Tree (Patricia trie) implementation in C☆47Updated 8 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 11 years ago
- Netstring parsing in C☆36Updated 4 years ago
- Fast, efficient string interning☆97Updated 7 years ago
- A fast, efficient on-disk/in-memory database with many different kind of data structures.☆27Updated 10 years ago
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 14 years ago
- C implementation of a compressed trie lookup map☆23Updated 6 years ago
- Prez is a distributed system based on Raft algorithm that provides highly reliable, consistent store.☆55Updated 10 years ago
- Feed-forward Bloom filters☆53Updated 14 years ago
- Concurrent trie-hash map library☆92Updated last year