Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 4.2 KB

lib.md

File metadata and controls

80 lines (52 loc) · 4.2 KB

C++相关类库

基础类库

日志

网络

配置

Web Server

HTTP/HTTPS

加密解密

算法

图片处理

数学

JSON处理

Profiler

GUI

序列化

  • github.com/USCiLab/cereal A C++11 library for serialization
  • github.com/alibaba/yalantinglibs yaLanTingLibs 是一个现代C++基础工具库的集合, 现在它包括 struct_pack, struct_json, struct_xml, struct_yaml, struct_pb, easylog, coro_rpc, coro_io, coro_http, metric 和 async_simple

Kafka

系统

游戏

ML(machine-learning)