izeigerman / pittacusLinks
Gossip protocol implementation in C
☆62Updated 8 years ago
Alternatives and similar repositories for pittacus
Users that are interested in pittacus are comparing it to the libraries listed below
Sorting:
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆76Updated 4 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated 2 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 11 years ago
- A C implementation of a dynamically resizeable binary SHA-256 hash tree (Merkle Tree).☆137Updated 10 years ago
- Log-Structured Merge-Tree (LSM-Tree)☆90Updated 8 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- Slab Memory Allocator in Application Layer☆29Updated 8 years ago
- A fork of Couchbase ForestDB project, aiming at making it simple and generic☆18Updated 9 months ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- This is an implementation of a log structure merge tree.☆59Updated 8 years ago
- ☆66Updated 5 years ago
- redis's async event loop library☆189Updated 6 years ago
- A Raft based K-V database implemented with cpp.☆38Updated 6 years ago
- A very fast on-disk database for SHA1-identified objects☆57Updated 9 years ago
- Unofficial repo of historical Oracle BerkeleyDB source☆47Updated 10 years ago
- memcachedb ported from BerkeleyDB to LMDB originally from http://memcachedb.googlecode.com/svn/trunk☆90Updated 10 years ago
- A distributed durable unique 64bit ID server☆208Updated 7 years ago
- C implementation of the Raft Consensus protocol, BSD licensed☆82Updated 2 years ago
- Berkeley DB☆380Updated 2 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 5 months ago
- Raft network simulator, for QA☆18Updated 7 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 6 years ago
- A data structure and algorithm library built for TerarkDB☆67Updated 3 years ago
- Modern SQL parser using Bison (Yacc) and Flex☆92Updated last year