Pinned Repositories
ACM
ACM刷的题目(部分已丢失)
APPT2019-Poster
dataStructure
大二写的数据结构,使用C++语言描述,语法方面涉及了模板类的使用
Good-Lab-Openstack-Deploy
LazyStore
ZJUKV is a kv storage engine implemented by ZJU students.
MyRaft
Rewrite the raft algorithm
SilkStore
SilkStore Source Code Comments
terarkdb
A RocksDB compatible KV storage engine with better performance
WhiteWater
A consistency protocol that can run on unstable services.
yunxiao3.github.io
Blog
yunxiao3's Repositories
yunxiao3/MyRaft
Rewrite the raft algorithm
yunxiao3/ACM
ACM刷的题目(部分已丢失)
yunxiao3/Good-Lab-Openstack-Deploy
yunxiao3/APPT2019-Poster
yunxiao3/dataStructure
大二写的数据结构,使用C++语言描述,语法方面涉及了模板类的使用
yunxiao3/SilkStore
SilkStore Source Code Comments
yunxiao3/WhiteWater
A consistency protocol that can run on unstable services.
yunxiao3/yunxiao3.github.io
Blog
yunxiao3/Blockchain2020
软件学院2020级企业级区块链系统设计
yunxiao3/LazyStore
ZJUKV is a kv storage engine implemented by ZJU students.
yunxiao3/terarkdb
A RocksDB compatible KV storage engine with better performance
yunxiao3/Cpp_Concurrency_In_Action
:book: 作为对《C++ Concurrency in Action》英文版的中文翻译。
yunxiao3/ddia
《Designing Data-Intensive Application》DDIA中文翻译
yunxiao3/eraft
A generic raft library inspired etcd in C++
yunxiao3/GitLearning
A repository to learn how to use git.
yunxiao3/nvmsilkstore
SIngle Level Key-value Store
yunxiao3/Online-chat-system
期末大作业
yunxiao3/Personal_Website_1.0
The project was built in the summer of 2016
yunxiao3/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.
yunxiao3/sponge
CS144 Lab Assignments
yunxiao3/Tailor
yunxiao3/valkey
A flexible distributed key-value datastore that supports both caching and beyond caching workloads.
yunxiao3/ZJURaft
Raft implementation by ZJU students.