C++
Event-driven network library for multi-threaded Linux server in C++11
Godot Engine – Multi-platform 2D and 3D game engine
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务
Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, EETF
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Red…
RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
《Effective Modern C++》- 完成翻译
A collection of resources on modern C++
A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.
A cheatsheet of modern C++ language and library features.
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
📖 作为对《C++ Concurrency in Action》英文版的中文翻译。