foreverhy / yfsLinks
mit-6.824-2012
☆42Updated 10 years ago
Alternatives and similar repositories for yfs
Users that are interested in yfs are comparing it to the libraries listed below
Sorting:
- MIT 6.824 Lab 2012(C++)☆30Updated 12 years ago
- The tiny bitcask storage engine☆114Updated 6 years ago
- Distributed In-Memory Index 分布式内存索引☆329Updated 6 years ago
- Spring 2014. Stanford CS346 project. A mini relational database with query optimization☆167Updated 10 years ago
- MIT 6.824 2016☆156Updated 7 years ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆223Updated 7 years ago
- CMU 15-445 2017 (force pushed to erase my works)☆59Updated 5 years ago
- A mini database implementation.☆240Updated last month
- A C++ implementaton of MapReduce without distributed filesystem☆267Updated 8 years ago
- Scan's personal technical notes☆258Updated 5 years ago
- ☆152Updated 7 months ago
- 6.824: Distributed Systems (Spring 2017). A course which present abstractions and implementation techniques for engineering distributed …☆214Updated 5 years ago
- JOS: Operating Systems Engineering. 6.828 teaches the fundamentals of engineering operating systems with a learning by doing method.☆28Updated 7 years ago
- Implementation for MIT 6.824 Distributed System☆14Updated 11 years ago
- C++ raft lib☆136Updated 3 years ago
- my labs answer for https://pdos.csail.mit.edu/6.828/2014/☆65Updated 9 years ago
- Computer System Design: labs /YFS☆13Updated 10 years ago
- A Chinese version of MIT 6.824 (Distributed System)☆69Updated 6 years ago
- CMU 15-440/640 Distributed Systems☆15Updated 10 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Updated 7 years ago
- 推荐一个学习C++的方法,适合有一定基础的同学。先读effective c++,一天能搞定(从c转读第二版,从java等转读第三版),然后读google c++ style。再是看leveldb代码(http://t.cn/aYyqjo 多谢@apc2 推荐),Sanjay…☆129Updated 9 years ago
- a distributed storage engine☆89Updated 8 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- A c++ develop toolkit☆34Updated 7 years ago
- A lightweight and fast key-value storage engine based on the buffer tree.☆53Updated 11 years ago
- Distributed Systems☆35Updated 7 years ago
- annotate the source code of jemalloc 4.2.1☆111Updated 6 months ago
- ☆111Updated 8 years ago
- Implement the Paxos Algorithm