6.824-lab1
最近空余时间有点太闲了,打算学下6.824这门课程。
实验结果
代码
coordinator.go
type Coordinator struct {
// Your definitions here.
lock sync.Mutex
nMap int
nReduce int // max reduce task bucket
mapCh chan string // unsigned map task
reduceCh chan int // unsigned reduce task
state int // 1 2 3
reduceTask map[int][]st
6.824-lab1最先出现在Python成神之路。
共有 0 条评论