Pinned Repositories
1797818494
bustub-vectordb
The BusTub Relational Database Management System (Educational)
ceph
Ceph is a distributed object, block, and file storage platform
CMU15-445_2022
数据库项目 cmu 15-445
cppDemoPractice
cppDemoPractice
MIT6.824
to build a distributed system based on raft, mapReduce and so on using go
MPRPC
用C++实现基于muduo网络库和zookeeper分布式配置中心以及protobuf序列化工具的RPC高性能易用框架
mymuduo
这是利用c++11代替boost库重写的muduo库-------C++高性能网络库
tinykv
生产级分布式kv存储 基于raft算法
tinysql
A course to build the SQL layer of a distributed database.
1797818494's Repositories
1797818494/MIT6.824
to build a distributed system based on raft, mapReduce and so on using go
1797818494/MPRPC
用C++实现基于muduo网络库和zookeeper分布式配置中心以及protobuf序列化工具的RPC高性能易用框架
1797818494/mymuduo
这是利用c++11代替boost库重写的muduo库-------C++高性能网络库
1797818494/1797818494
1797818494/bustub-vectordb
The BusTub Relational Database Management System (Educational)
1797818494/ceph
Ceph is a distributed object, block, and file storage platform
1797818494/CMU15-445_2022
数据库项目 cmu 15-445
1797818494/cppDemoPractice
cppDemoPractice
1797818494/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
1797818494/miniob_contest
ob比赛
1797818494/paxoskv
Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/
1797818494/tinykv
生产级分布式kv存储 基于raft算法
1797818494/tinysql
A course to build the SQL layer of a distributed database.
1797818494/coder-kung-fu
test demo
1797818494/mini-spring
mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。
1797818494/miniob
MiniOB is one mini database, helping developers to learn how database works.
1797818494/raft
Raft library for maintaining a replicated state machine
1797818494/shell-work-learning
shell常用分析命令和脚本
1797818494/shmqueue
基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全
1797818494/tinyfilesystem