LinZengCn's Stars
madushadhanushka/simple-sqlite
Code reading for sqlite backend
OneSizeFitsQuorum/MIT6.824-2021
4 labs + 2 challenges + 4 docs
apache/tinkerpop
Apache TinkerPop - a graph computing framework
vesoft-inc/nebula
A distributed, fast open-source graph database featuring horizontal scalability and high availability
flike/kingbus
A distributed MySQL binlog storage system built on Raft
pingcap/awesome-database-learning
A list of learning materials to understand databases internals
princeton-vl/CoqGym
A Learning Environment for Theorem Proving with the Coq proof assistant
tangwz/LSM-Tree-CN
LSM-Tree 论文的中文翻译
eraft-io/eraft
A generic raft library
OneSizeFitsQuorum/raft-thesis-zh_cn
Raft 博士论文的中文翻译
Vonng/ddia
《Designing Data-Intensive Application》DDIA中文翻译
feixiao/Distributed-Systems
MIT课程《Distributed Systems 》学习和翻译
balloonwj/CppGuide
C/C++学习,后端开发进阶指南。
talent-plan/tinykv
A course to build distributed key-value service based on TiKV model
redis/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.
cmu-db/bustub
The BusTub Relational Database Management System (Educational)
lexingsen/distributed-system-framework
这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性hash为底层算法的负载均衡服务器,这可以作为一个单独的模块。
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
jobbole/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
LiuBoyu/blockchain
区块链 - 中文资源
xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019
:book: 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。
forhappy/Cplusplus-Concurrency-In-Practice
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
qicosmos/rest_rpc
modern C++(C++11), simple, easy to use rpc framework
applenob/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11
linyacool/WebServer
A C++ High Performance Web Server
sylar-yin/sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
CinnabarCHU/PKUAutoElective_updated
北大选课网补退选阶段自动选课小工具(2021Autumn)
zhongxinghong/PKUAutoElective
北大选课网补退选阶段自动选课小工具