izeigerman / pittacusLinks
Gossip protocol implementation in C
☆59Updated 8 years ago
Alternatives and similar repositories for pittacus
Users that are interested in pittacus are comparing it to the libraries listed below
Sorting:
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆91Updated 5 years ago
- Unofficial repo of historical Oracle BerkeleyDB source☆48Updated 10 years ago
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 11 years ago
- A distributed durable unique 64bit ID server☆204Updated 7 years ago
- A very fast on-disk database for SHA1-identified objects☆58Updated 9 years ago
- LMAX's disruptor pattern implemented in C☆96Updated last month
- memcachedb ported from BerkeleyDB to LMDB originally from http://memcachedb.googlecode.com/svn/trunk☆87Updated 10 years ago
- Concurrent trie-hash map library☆92Updated last year
- A Raft based K-V database implemented with cpp.☆38Updated 5 years ago
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 8 years ago
- A C implementation of a dynamically resizeable binary SHA-256 hash tree (Merkle Tree).☆132Updated 9 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
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A fork of Couchbase ForestDB project, aiming at making it simple and generic☆18Updated 4 months ago
- C implementation of the Raft Consensus protocol, BSD licensed☆81Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 5 years ago
- Raft network simulator, for QA☆18Updated 7 years ago
- ☆66Updated 4 years ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- An event loop for C using io_uring