Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Charles0429/papers
读论文的总结
https://github.com/Charles0429/papers
Last synced: 3 months ago
JSON representation
读论文的总结
- Host: GitHub
- URL: https://github.com/Charles0429/papers
- Owner: Charles0429
- Created: 2016-05-13T12:51:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T03:49:59.000Z (over 7 years ago)
- Last Synced: 2024-07-29T12:39:33.821Z (3 months ago)
- Size: 761 KB
- Stars: 305
- Watchers: 36
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-papers - Charles0429/papers
README
# Introduction
此repo为本人读论文的总结。# Papers
## System
- google file system ([学习笔记](doc/gfs.md))
- bigtable([学习笔记](doc/bigtable.md))
- mapreduce([学习笔记](doc/mapreduce.md))
- chubby([学习笔记](doc/chubby.md))
- spanner
- dynamo
- megastore
- dremel
- pregel
- percolator
- Sinfonia: A New Paradigm for Building Scalable Distributed Systems
- google f1
- google borg
- Windows Azure Storage: A high available cloud storage service with strong consistency
- facebook haystack
- What's Really New in NewSQL? ([学习笔记](doc/newsql.md))## Database
## Distrubuted Machine Learning System
## Protocol or Algorithm
- Raft ([学习笔记一](doc/raft_one.md) | [学习笔记二](doc/raft_two.md) | [学习笔记三](doc/raft_three.md))
- Paxos ([Basic Paxos](doc/paxos-principle-first.md))
- Consistent Hash ([学习笔记](doc/consistent-hash.md))
- A Critique of ANSI SQL Isolation Levels ([学习笔记](doc/transaction-isolation-fisrt))
- CAP