sheep's repositories
paper_notes
notes i made while reading the papers. Including database, distributed systems and HPC.
TinyThread
simple M:N user thread library
ImplementCC
how could you understand percolator/MVCC if you havn't implement one?
pku-cs-self-learning
计算机自学指南
asst1-1
Stanford CS149 -- Assignment 1
xv6-lab-2020
mit 6.s081 solutions. Please Do Not Refer it before you've finished your own. Feel free to contact me discussing about the design.
asst2
Stanford CS149 -- Assignment 2
asst4
Stanford CS149 - Assignment 4
comments-for-awesome-courses
名校公开课程评价网
geektime-rust
我的极客时间 Rust 课程的代码仓库,随课程更新
ImplementRPC
how could you understand the underlying principle of RPC if you havn't implement one?
incubator-brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services. "brpc" means "better RPC".
linux-2.6.11
linux source code. Also contains my comments on codes and notes while learning those code.
NeutronStarLite
a DISTRIBUTED gnn SYSTEM
TinyKV
simple single-node kv-storage inspired by leveldb
xv6-multithread
enhance xv6 to support multithreading