guaguaupup's Stars
lencx/ChatGPT
🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
Jefung/simple_DBMS
C++实现简单数据库引擎
enpeizhao/duck_db
c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )
baidu/dperf
dperf is a 100Gbps network load tester.
zhengchunxian-ai/muduo_server_learn
大并发服务器课程源代码
chenyahui/AnnotatedCode
知名开源代码库的注释版:C++、Golang等
zavier-wong/acid
A distributed service governance framework. 分布式服务治理框架
facebook/folly
An open-source C++ library developed and used at Facebook.
sylar-yin/sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
apache/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".
Neirth/FreeNOS
Free Niek's Operating System (FreeNOS)
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
chronolaw/cpp_study
follow me to study modern c++
osu-crypto/libOTe
A fast, portable, and easy to use Oblivious Transfer Library
peihanmiao/OPRF-PSI
Private Set Intersection in the Internet Setting From Lightweight Oblivious PRF
open-source-parsers/jsoncpp
A C++ library for interacting with JSON.
nlohmann/json
JSON for Modern C++
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
rockcarry/ffrdp
ffrdp is a fast reliable protocol base on udp + arq + fec.
white0dew/WebServer
A TinyWebServer implemented inC++11.
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
imarvinle/WebServer
A C++ Lightweight Web Server based on Linux epoll
LeechanX/Ring-Log
Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景
silence1772/GreedySnake
c++经典项目贪吃蛇游戏控制台版,详细注释
oatpp/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
Light-City/CPlusPlusThings
C++那些事
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
MeiK2333/apue
《UNIX环境高级编程》随书代码与课后习题
chankeh/net-lenrning-reference
TCP/IP网络编程笔记