Hi All! Welcome!

Hi All! Welcome!

What is the relationship between human & robots (AI)?

Welcome to my blog. This is Xingkai, a CS student. On this site I share my works and my ideas. Hope you enjoy the content!

Surf Store

Surf Store

This is a cloud-based multi-user synchronous storage system, which is divided into meta stores for storing versions and hashes and block stores for storing data. It built the Raft mechanism to ensure fault-tolerant meta store and the Chord mechanism to ensure scalable and distributed block store.

Language: Go

Branch Predictor Simulation

I created branch predictors to emulate the hardware branch actions of an operating system, and experimented with developing a custom branch predictor with improved accuracy. (Computer Architecture Course Project)

Language: C

TLE Elimination

Caught by the idea “Yanged”, a kind of elimination game, we build a similar game called TLE elimination. (Functional Programming Course Project)

Teammates github @huiz97m @20000607-lxc @chenhs1641 Language: Haskell

Pagination