Pinned Repositories
6.824-golabs-2021
MIT 6.824 2021
7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
awesome-grpc
A curated list of useful resources for gRPC
data-structure
Data & structure summary
kv
kv存储引擎
little_tasks
all of tasks
server
c++ server
TinyOS
根据操作系统真相还原实现自己的OS
XiaoYaoheihei's Repositories
XiaoYaoheihei/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
XiaoYaoheihei/awesome-cs-books
🔥 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
XiaoYaoheihei/awesome-grpc
A curated list of useful resources for gRPC
XiaoYaoheihei/CppGuide
C/C++学习,后端开发进阶指南(一些源码解析)
XiaoYaoheihei/CS-Base
图解计算机网络、操作系统、计算机组成、数据库,共 1000 张图 + 50 万字,破除晦涩难懂的计算机基础知识,让天下没有难懂的八股文!🚀 在线阅读:https://xiaolincoding.com
XiaoYaoheihei/curve-
Curve is a high-performance, lightweight-operation, cloud-native open source distributed storage system. Curve can be applied to: 1) mainstream cloud-native infrastructure platforms OpenStack and Kubernetes; 2) high-performance storage for cloud-native databases; 3) cloud storage middleware using S3-compatible object storage as a data storage.
XiaoYaoheihei/data-structure
Data & structure summary
XiaoYaoheihei/ddia
《Designing Data-Intensive Application》DDIA中文翻译
XiaoYaoheihei/Go_demo
学习go语言过程中的练手小demo
XiaoYaoheihei/kv
kv存储引擎
XiaoYaoheihei/Learning-and-Exercise
interesting exercise learning
XiaoYaoheihei/little_tasks
all of tasks
XiaoYaoheihei/server
c++ server
XiaoYaoheihei/TinyOS
根据操作系统真相还原实现自己的OS
XiaoYaoheihei/bustub
The BusTub Relational Database Management System (Educational)
XiaoYaoheihei/dragonfly-database-
A modern replacement for Redis and Memcached
XiaoYaoheihei/git_interview
XiaoYaoheihei/layotto
A fast and efficient cloud native application runtime
XiaoYaoheihei/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
XiaoYaoheihei/mantis
适用于Netflix下的一个构建实时流处理应用程序生态系统的平台。
XiaoYaoheihei/MQ
Something about MQ's details and idears.
XiaoYaoheihei/muduo
Event-driven network library for multi-threaded Linux server in C++11
XiaoYaoheihei/pika
Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team.
XiaoYaoheihei/seata-go
Go Implementation For Seata
XiaoYaoheihei/sql-parser
SQL Parser for C++. Building C++ object structure from SQL statements.
XiaoYaoheihei/srs
流媒体服务器编程(手把手教)
XiaoYaoheihei/TDengine-
TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.
XiaoYaoheihei/tinysql
A course to build the SQL layer of a distributed database.
XiaoYaoheihei/XiaoYaoheihei
Config files for my GitHub profile.
XiaoYaoheihei/Young_engine
简单的规则引擎(go语言)