pt's repositories
xv6-labs-2022
MIT6.1810 Lab Code
Linuxstudy
Linux system programing and Linux network programing
codeOfAssembly
《x86汇编语言-从实模式到保护模式》源码
cpp-repository
All my learning code about c++
data-structure
data structure in cpp
etcd
Distributed reliable key-value store for the most critical data of a distributed system
incubator-kvrocks
Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
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, Streams, HyperLogLogs, Bitmaps.
cs144-lab
CS144 Lab Assignments
json-tutorial
从零开始的 JSON 库教程
leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
mongo
The MongoDB Database
Plan-1
A small and great plan
riscv-operating-system-mooc
《从头写一个RISC-V OS》课程配套的资源
rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.