- ctpl: https://github.com/vit-vit/ctpl - 简易的C ++线程池,代码行数看了下,约为500左右。
- cereal: https://github.com/USCiLab/cereal - 快速、小巧、方便的二进制 JSON 序列化库,代码行数4000左右。
- sqlite_orm: https://github.com/fnc12/sqlite_orm - Sqlite的C++ ORM封装,代码行数3000左右。
- fmt: https://github.com/fmtlib/fmt - 现代、安全且快速的C++20 format 库,代码行数3000左右,最近我就在看这个。
- args: https://github.com/Taywee/args - 命令行参数解析库,代码行数800左右。
- libzippp: https://github.com/ctabin/libzippp - 基于zlib和libzip的跨平台封装,代码行数2000左右。
- SQLiteCpp:https://github.com/SRombauts/SQLiteCpp - 简单易用的Sqlite C ++封装库,我目前项目中就是使用的这个库,很好用,代码行数2,500左右。
- cista:https://github.com/felixguendling/cista - header only的序列化-反射库,代码行数1500左右。
更多C++的知识点推荐看看这个我把相当多的C++文章都整理到了程序喵/cpp-learning上,想了解更多C++技术可以到程序喵/cpp-learning来看。