Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinneo/6.824
MIT 6.824 Lab
https://github.com/calvinneo/6.824
Last synced: about 7 hours ago
JSON representation
MIT 6.824 Lab
- Host: GitHub
- URL: https://github.com/calvinneo/6.824
- Owner: CalvinNeo
- License: apache-2.0
- Created: 2017-09-25T04:44:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T14:02:28.000Z (over 4 years ago)
- Last Synced: 2024-06-19T21:01:44.752Z (5 months ago)
- Language: Go
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIT 6.824
Solutions of [MIT 6.824 Lab](https://pdos.csail.mit.edu/6.824/index.html)## Lab 1: MapReduce
Not completed yet## Lab 2: Raft
This lab is based on [Nuft](https://github.com/CalvinNeo/Nuft/), my C++17 implementation of Raft.
[MIT-6.824-2016](https://github.com/Zhang626/MIT-6.824-2016) is useful when I trying to convert Nuft from C++ to Golang.