akiradeveloper / sorockLinks
A Multi-Raft implementation in Rust language.
☆192Updated 7 months ago
Alternatives and similar repositories for sorock
Users that are interested in sorock are comparing it to the libraries listed below
Sorting:
- A Write Ahead Log (WAL) implementation in Rust☆225Updated last year
- A pure Rust database implementation using an append-only B-Tree file format.☆271Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- lock-free B+ tree☆289Updated 9 months ago
- Skiplist implementation in rust☆96Updated this week
- Rust implementation of Paxos consensus algorithm☆109Updated 2 years ago
- K.I.S.S. LSM-tree implementation in safe Rust☆231Updated this week
- Framework for simulating distributed applications☆102Updated 5 years ago
- Concurrently Readable Data Structures for Rust☆358Updated last week
- RiteRaft - A raft framework, for regular people☆327Updated last year
- mirror of https://caio.co/de/foca/☆168Updated last month
- Yet another thread pool in rust for both callbacks or futures.☆136Updated 9 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆300Updated last year
- The core repository of implementing PostgreSQL compatible distributed database in Rust☆223Updated 3 years ago
- Performant time measuring in Rust☆191Updated last year
- simple CASPaxos implementation written in rust on top of a simulator for finding bugs quickly☆140Updated 4 years ago
- On-Disk B+ Tree implemented in Rust☆206Updated 5 years ago
- ☆185Updated 3 months ago
- State-first Streaming Applications in Rust☆175Updated 2 years ago
- garbage-collecting on-disk object store, supporting higher level KV stores and databases.☆394Updated 3 months ago
- The lightest distributed consensus library. Run your own replicated state machine! ❤️☆442Updated 2 months ago
- Cluster membership protocol with failure detection inspired by Cassandra and DynamoDB☆312Updated last month
- Proactive IO & Runtime system☆274Updated last year
- OmniPaxos is a distributed log implemented as a Rust library.☆201Updated 4 months ago
- Pillars for Transactional Systems and Data Grids☆132Updated last year
- Raft distributed consensus for WebAssembly in Rust