IAIK / merkle-tree
A C implementation of a dynamically resizeable binary SHA-256 hash tree (Merkle Tree).
☆127Updated 9 years ago
Alternatives and similar repositories for merkle-tree:
Users that are interested in merkle-tree are comparing it to the libraries listed below
- C implementation for Merkle-Tree use md5 as hash function☆39Updated 12 years ago
- pbft - Practical Byzantine Fault Tolerance☆12Updated 9 years ago
- This is a mirror of github.com/percona/PerconaFT that is kept here for legacy purposes.☆94Updated 5 years ago
- My take on the LMAX Disruptor☆73Updated 11 years ago
- libpaxos-cpp is a C++ implementation of the Paxos distributed consensus protocol☆66Updated 11 years ago
- Raft implementation based on libcppa☆21Updated 9 years ago
- Prez is a distributed system based on Raft algorithm that provides highly reliable, consistent store.☆52Updated 9 years ago
- A fork of LevelDB intended to meet the needs of HyperDex while remaining compatible with LevelDB.☆459Updated 8 years ago
- A distributed durable unique 64bit ID server☆199Updated 6 years ago
- LMAX's disruptor pattern implemented in C☆95Updated 6 years ago
- SPDK RocksDB mirror☆32Updated 6 months ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- Accelerate your C++ Compiles☆76Updated last year
- Embedded DB Benchmark Framework☆59Updated 4 years ago
- A buffered-tree implemented in dictionary type and more☆74Updated 11 years ago
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 7 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 12 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 10 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆74Updated 3 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆173Updated 8 years ago
- C++17 implementation of Filecoin☆127Updated this week
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- High performance C implementation of AVL trees☆100Updated 5 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 9 years ago
- Source code for example programs from Lord of the io_uring guide