Pinned Repositories
bustub
The BusTub Relational Database Management System (Educational)
bustub-2022-fall
Hang out with buffer pool, B+ tree, query engine, and 2PL-based transaction!
cs425-Distributed-Systems
Logger (MP0), totally ordered multicast implementation with ISIS (MP1), leader election and log consensus with Raft (MP2) and distributed transactions with MVTO and 2PC (MP3).
cs438-Communication-Networks
HTTP client and server (MP1), TCP congestion control implementation based on UDP (MP2) and routing algorithms (MP3).
csapp-malloc-lab
An implementation of Malloc
ECE408
ece598-Principles-of-Blockchains
An implementation of Bitcoin client in Rust.
ecnu-Mobile-Application-Development
An Android application with Go backend (Final project).
isis-total-order-multicast
An implementation of ISIS total order multicast protocol
tinykv-2022
Build your own distributed key-value storage service!
justinxu9905's Repositories
justinxu9905/bustub-2022-fall
Hang out with buffer pool, B+ tree, query engine, and 2PL-based transaction!
justinxu9905/tinykv-2022
Build your own distributed key-value storage service!
justinxu9905/cs425-Distributed-Systems
Logger (MP0), totally ordered multicast implementation with ISIS (MP1), leader election and log consensus with Raft (MP2) and distributed transactions with MVTO and 2PC (MP3).
justinxu9905/cs438-Communication-Networks
HTTP client and server (MP1), TCP congestion control implementation based on UDP (MP2) and routing algorithms (MP3).
justinxu9905/ece598-Principles-of-Blockchains
An implementation of Bitcoin client in Rust.
justinxu9905/isis-total-order-multicast
An implementation of ISIS total order multicast protocol
justinxu9905/bustub
The BusTub Relational Database Management System (Educational)
justinxu9905/csapp-malloc-lab
An implementation of Malloc
justinxu9905/ECE408
justinxu9905/ecnu-Mobile-Application-Development
An Android application with Go backend (Final project).
justinxu9905/justinxu9905.github.io
justinxu9905/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
justinxu9905/scalog
reimplementing scalog from scratch
justinxu9905/tinykv
A course to build a distributed key-value service
justinxu9905/mini-lsm
A tutorial of building an LSM-Tree storage engine in a week!
justinxu9905/tinycache
Distributed Cache