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成神之路

版权声明:
作者:ht
链接:https://www.techfm.club/p/19250.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>