Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onesizefitsquorum/mit6.824-2021

4 labs + 2 challenges + 4 docs
https://github.com/onesizefitsquorum/mit6.824-2021

consensus-algorithm distributed-systems kvstore mit raft storage

Last synced: about 1 month ago
JSON representation

4 labs + 2 challenges + 4 docs

Awesome Lists containing this project

README

        

## 实现
稳定通过 6.824 lab 所有的测试,并尽可能的提升了代码可读性。

## 文档
- [x] [Lab1](docs/lab1.md)
- [x] [Lab2](docs/lab2.md)
- [x] [Lab3](docs/lab3.md)
- [x] [Lab4](docs/lab4.md)
- [x] [Challenge1](docs/lab4.md)
- [x] [Challenge2](docs/lab4.md)

## 注意
不保证绝对的 bug-free,但每个 lab 均测试 500 次以上,无一 fail。