Skip to content

yyin-dev/MIT6.824

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT6.824

This repo contains materials when studying MIT 6.824.

./src contains the src code, ./LabNotes contains my notes when doing labs, ./Lectures contains lecture notes and papers.

Progress

Lab1 MapReduce

  • MapReduce

Lab2 Raft

  • 2A: leader election, heartbeat
  • 2B: AppendEntries
  • 2C: Persistence, Fast log rollback

Lab 3 Fault-tolerant Key/Value Service

  • 3A: Key/value service without log compaction
  • 3B: Key/value service with log compaction

Lab 4 Sharded Key/Value Service [TODO]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages