C/C++
C++ Insights - See your source code with the eyes of a compiler
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
A cheatsheet of modern C++ language and library features.
mimalloc is a compact general purpose allocator with excellent performance.
List of single-file C/C++ libraries, with emphasis on clause-less licenses.
stb single-file public domain libraries for C/C++
Tiny but powerful single file wavefront obj loader
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
🔥 ByteHook is an Android PLT hook library which supports armeabi-v7a, arm64-v8a, x86 and x86_64.
🔥 ShadowHook is an Android inline hook library which supports thumb, arm32 and arm64.
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
C++ math library developed primarily for games focused on simplicity and efficiency.
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
A Collection of Useful C++ Classes for Digital Signal Processing
Implementations of SIMD instruction sets for systems which don't natively support them.
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS. API documentation: https://eclipse-paho.github.io/paho.mqtt.c/
A lightweight synchronous event framework for C++11