czccc / dssLinks
Distributed Systems in Rust, including Raft and Percolator implement
☆22Updated 4 years ago
Alternatives and similar repositories for dss
Users that are interested in dss are comparing it to the libraries listed below
Sorting:
- [WIP] A relational database written in Rust for learning purpose, heavily inspired by cmu-db/bustub. (CMU 15-445).☆152Updated 5 months ago
- build a simple key value store based on LSM tree like rocksdb/leveldb☆40Updated 5 years ago
- ☆72Updated 3 years ago
- Internal details of Tokio from code to designs☆133Updated 4 years ago
- 🚧 Build a SQL optimizer in 1000 lines of Rust using egg.☆80Updated 2 years ago
- 🗳 A solution to pingcap/talent-plan, aka "6.824 Lab 2: Raft" and "6.824 Lab 3: Fault-tolerant Key/Value Service" from MIT.☆30Updated 3 years ago
- The labs of Raft consensus algorithm based on MadSim.☆123Updated 5 months ago
- Performant time measuring in Rust☆194Updated last year
- sqlrs is an in-process sql query engine☆110Updated 2 years ago
- This is a Rust implementation for popular caches (support no_std).☆111Updated 6 months ago
- Build database expression type checker and vectorized runtime executor in type-safe Rust☆98Updated 3 years ago
- A Write Ahead Log (WAL) implementation in Rust☆228Updated last year
- A rust implementation of lock free cuckoo hashmap☆68Updated 6 months ago
- https://fly.io/dist-sys/ in Rust☆276Updated last year
- RiteLinked - LinkedHashMap & LinkedHashSet in Rust☆53Updated 4 months ago
- K.I.S.S. LSM-tree implementation in safe Rust☆250Updated last week
- Optimistic multi-version concurrency control (MVCC) for main memory databases, written in Rust.☆134Updated 2 years ago
- Raft consensus alogorithm implemented in Rust. Rust 实现 Raft 共识算法☆35Updated 2 years ago
- An example implementation that creates an event queue based on Kqueue, Epoll and IOCP☆79Updated 5 years ago
- Hands-On Concurrency with Rust, published by Packt☆157Updated 2 years ago
- Generate accurate and informative tree dumps of asynchronous tasks.☆223Updated last month
- Toy DB to get more sytems expereince☆27Updated 2 years ago
- Yet another thread pool in rust for both callbacks or futures.☆137Updated 11 months ago
- A persistent B+Tree (clustered index) implementation in Rust.☆308Updated last year
- Let's build an OLAP database from scratch! 🚧 UNDER CONSTRUCTION 🚧☆103Updated last year
- Rust Coding Guidelines (Unofficial)☆36Updated 2 years ago
- Raft Lite is a very simple and verified implementation of the Raft consensus algorithm.☆43Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- The TiKV development/contribution guide☆35Updated 3 years ago
- Skiplist implementation in rust☆101Updated this week