Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.