ZjuYTW
Received my BSc @ ZJU, Master @ NUS. Now working @ tiktok.
National University of SingaporeZhejiang, Hangzhou
Pinned Repositories
6.S081
xv6
APIJSON
🚀 零代码、热更新、自动化 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.
brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
CS-Notes
:books: Computer Science Learning Notes
CS5424YugabyteDB
Lab project for CS5424, performance bench for ybdb
MIT-6.824
2020 Spring version
MyLSM
A LSM implemented with skiplist and SST
v6d
vineyard (v6d): an in-memory immutable data manager. (Project under CNCF)
Wangyt-s-C-Compiler
用flex完成词法分析,用bison完成语法分析并生成语法树,最后进行parse...
ZjuYTW.github.io
ZjuYTW's Repositories
ZjuYTW/MIT-6.824
2020 Spring version
ZjuYTW/Wangyt-s-C-Compiler
用flex完成词法分析,用bison完成语法分析并生成语法树,最后进行parse...
ZjuYTW/CS5424YugabyteDB
Lab project for CS5424, performance bench for ybdb
ZjuYTW/6.S081
xv6
ZjuYTW/ZjuYTW.github.io
ZjuYTW/APIJSON
🚀 零代码、热更新、自动化 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.
ZjuYTW/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
ZjuYTW/CS-Notes
:books: Computer Science Learning Notes
ZjuYTW/MyLSM
A LSM implemented with skiplist and SST
ZjuYTW/v6d
vineyard (v6d): an in-memory immutable data manager. (Project under CNCF)
ZjuYTW/ddia
《Designing Data-Intensive Application》DDIA中文翻译
ZjuYTW/esh
statistical similarity of binaries (Esh)
ZjuYTW/folly
An open-source C++ library developed and used at Facebook.
ZjuYTW/LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
ZjuYTW/MiniSQL-1
ZjuYTW/oceanbase
OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.
ZjuYTW/pdf2word
60行代码实现多线程PDF转Word
ZjuYTW/Python-100-Days
Python - 100天从新手到大师
ZjuYTW/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
ZjuYTW/ThreadPool
A simple C++11 Thread Pool implementation
ZjuYTW/tinykv
A course to build distributed key-value service based on TiKV model
ZjuYTW/Yitao-s-leveldb-Note
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.