Pinned Repositories
annotated-redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
bustub
The BusTub Relational Database Management System (Educational)
CMU-Database-Systems-fall2019
CMU Database Systems (Fall 2018): https://15445.courses.cs.cmu.edu/fall2018/#
craftinginterpreters
Repository for the book "Crafting Interpreters"
go-profiler-notes
felixge's notes on the various go profiling methods that are available.
go-vcr
Record and replay your HTTP interactions for fast, deterministic and accurate tests
leetcode
leetcode 题解
leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
MIT-6.824-2018
mpc
cshunde's Repositories
cshunde/annotated-redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
cshunde/bustub
The BusTub Relational Database Management System (Educational)
cshunde/CMU-Database-Systems-fall2019
CMU Database Systems (Fall 2018): https://15445.courses.cs.cmu.edu/fall2018/#
cshunde/craftinginterpreters
Repository for the book "Crafting Interpreters"
cshunde/go-profiler-notes
felixge's notes on the various go profiling methods that are available.
cshunde/go-vcr
Record and replay your HTTP interactions for fast, deterministic and accurate tests
cshunde/leetcode
leetcode 题解
cshunde/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
cshunde/MIT-6.824-2018
cshunde/mpc
cshunde/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.