Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuston/mit-distributedsystem
MIT-DistributedSystem
https://github.com/zuston/mit-distributedsystem
Last synced: 7 days ago
JSON representation
MIT-DistributedSystem
- Host: GitHub
- URL: https://github.com/zuston/mit-distributedsystem
- Owner: zuston
- Created: 2017-08-29T01:42:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T17:00:51.000Z (about 7 years ago)
- Last Synced: 2024-10-16T20:40:28.812Z (2 months ago)
- Language: Go
- Size: 5.85 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIT-DistributedSystem
## lab1
### _map reduce_
1. 串行化 map,reduce 实现
2. wordcount## lab2
### _raft_
1. rpc
2. raft 领导选举