armon / c-minheap-indirectLinks
Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.
☆29Updated 11 years ago
Alternatives and similar repositories for c-minheap-indirect
Users that are interested in c-minheap-indirect are comparing it to the libraries listed below
Sorting:
- Implements a Min-Heap / Priority Queue in C using a simple array.☆57Updated 5 years ago
 - NetBSD cdb (constant database) library☆14Updated 6 years ago
 - A library for Rapid {C|Concurrency|Correct} Development☆34Updated 10 years ago
 - A splaytree ADT written in C with a BSD license☆18Updated 5 years ago
 - lock free modified prefix B+tree append-only database☆116Updated 10 years ago
 - Durable dead simple queue that allows zero copy semantics. Durable under failure!☆18Updated 9 years ago
 - Implementation of Alexander A. Stepanov inverted Index Compression algorithms☆21Updated 9 years ago
 - Static Radix Tree (Patricia trie) implementation in C☆48Updated 8 years ago
 - Heap priority queue written in C, licensed under a BSD license☆33Updated 10 years ago
 - finding set bits in large bitmaps☆15Updated 9 years ago
 - unrolled skip list library for C☆21Updated 6 years ago
 - C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
 - a lock-less thread pool for C99☆44Updated 10 years ago
 - Lock-free slab allocator / freelist.☆69Updated 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
 - C language port of google-diff-match-patch library☆41Updated 9 years ago
 - Dynamic-language-like data structure for C☆15Updated 9 years ago
 - Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆38Updated 6 years ago
 - Crit-bit tree (trie) library☆32Updated 11 years ago
 - A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
 - Batch Monitor - Gain performance by combining work from multiple threads into a single batch☆30Updated 10 years ago
 - Trlmdb is a replicating database using time stamps.☆14Updated 9 years ago
 - Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
 - Simple out-of-process invoker☆18Updated 4 months ago
 - generate perfect hashes (alpha)☆79Updated 3 years ago
 - A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any stru…☆37Updated 12 years ago
 - A small DFA for under 16 states☆52Updated 7 years ago
 - C based ordered key-value ACID DB using a skip list data structure☆163Updated 10 years ago
 - C version of the MetroHash function☆27Updated 10 years ago
 - Ragel/Lemon based json-parser☆17Updated 7 years ago