Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onesizefitsquorum/mit6.824-2021
- Owner: OneSizeFitsQuorum
- Created: 2021-03-08T09:47:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T17:29:29.000Z (about 1 year ago)
- Last Synced: 2024-10-14T21:21:03.463Z (about 1 month ago)
- Topics: consensus-algorithm, distributed-systems, kvstore, mit, raft, storage
- Language: Shell
- Homepage:
- Size: 1.23 MB
- Stars: 1,416
- Watchers: 4
- Forks: 248
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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。