-
Notifications
You must be signed in to change notification settings - Fork 75
/
README.md
26 lines (24 loc) · 1.17 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# <https://pdos.csail.mit.edu/6.824/>
## 课程内容
- [LEC 01: Introduction](Lectures/LEC01)
- [LEC 02: RPC and Threads, Crawler, K/V](Lectures/LEC02)
- [LEC 03: GFS](Lectures/LEC03)
- [LEC 04: Primary-Backup Replication](Lectures/LEC04)
- [LEC 05: Fault Tolerance: Raft](Lectures/LEC05)
- [LEC 06: Fault Tolerance: Raft](Lectures/LEC06)
- [LEC 07: Spinnaker](Lectures/LEC07)
- [LEC 08: Zookeeper](Lectures/LEC08)
- [LEC 09: Guest lecturer on Go (Russ Cox Google/Go)](Lectures/LEC09)
- [LEC 10: Distributed Transactions](Lectures/LEC10)
- [LEC 11: Optimistic Concurrency Control](Lectures/LEC11)
- [LEC 12: Big Data: Spark](Lectures/LEC12)
- [LEC 13: Big Data: Naiad](Lectures/LEC13)
- [LEC 14: Distributed Machine Learning: Parameter Server](Lectures/LEC14)
- [LEC 15: Cache Consistency: Frangipani](Lectures/LEC15)
- [LEC 16: Cache Consistency: Memcached at Facebook](Lectures/LEC16)
- [LEC 17: Disconnected Operation, Eventual Consistency](Lectures/LEC17)
- [LEC 18: Guest lecturer: Frank Dabek of Google](Lectures/LEC18)
- [LEC 19: Peer-to-peer, DHTs](Lectures/LEC19)
- [LEC 20: Dynamo](Lectures/LEC20)
- [LEC 21: Peer-to-peer: Bitcoin](Lectures/LEC21)
- [LEC 22: Project demos](Lectures/LEC22)