Benestar / rust-chordLinks
Implementation of Chord - A Distributed Hash Table in Rust
☆31Updated 9 months ago
Alternatives and similar repositories for rust-chord
Users that are interested in rust-chord are comparing it to the libraries listed below
Sorting:
- log for concurrent workloads, with support for atomic batches and in-order recovery☆37Updated 3 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 11 months ago
- Distributed consensus protocol for replicated state machines☆62Updated 7 years ago
- Memory database☆58Updated last year
- Framework for simulating distributed applications☆105Updated 5 years ago
- liburing bindings☆35Updated 3 years ago
- Concurrent hash trie☆58Updated 5 years ago
- A Rust-implementation of a stable Bloom filter for filtering duplicates out of data streams.☆42Updated 6 years ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- bluss/IndexMap with amortized resizes☆14Updated 5 years ago
- Rust implementation of Paxos consensus algorithm☆115Updated 3 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated last week
- Raft distributed consensus for WebAssembly in Rust☆69Updated 4 years ago
- ☆14Updated 2 years ago
- Write you an in-process gRPC service mesh.☆31Updated 3 years ago
- Rust CASPaxos implementation☆66Updated 5 years ago
- Distributed filesystem in Rust☆57Updated 2 years ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Updated 2 years ago
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- binary serialization format☆12Updated 5 years ago
- Extra components for use with Mio.☆32Updated 3 weeks ago
- LRU cache settable via size or time to live☆106Updated 3 years ago
- ☆39Updated 5 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆18Updated this week
- A PostgreSQL inspired SQL database written in Rust.☆27Updated 4 years ago
- A rust crate with various helpers for writing production-ready servers in rust using async-std☆18Updated 5 years ago
- Fast, vector-based map implementation that preserves insertion order.☆15Updated 5 years ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆66Updated 11 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago