update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,4 +1,4 @@
 Awesome C++ !Awesome (https://awesome.re/badge.svg) (https://awesome.re) !Track Awesome List (https://www.trackawesomelist.com/badge.svg) (https://www.trackawesomelist.com/fffaraz/awesome-cpp/)
 Awesome C++ !Awesome (https://awesome.re/badge.svg) (https://awesome.re) !Track Awesome List (https://www.trackawesomelist.com/badge.svg) (https://www.trackawesomelist.com/fffaraz/awesome-cpp/)
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- Awesome C++  (#awesome-c--)
@@ -78,8 +78,8 @@
- Jobs (#jobs)
- Sponsors (#sponsors)
- Contributing (#contributing)
 - ***If you see a project or link here that is no longer maintained or is not a good fit, please submit a pull request to improve this document. Thank you!*** (#if-you-see-a-project-or-link-here-that-is-no-longer-maintained-or-is-not-a- 
good-fit-please-submit-a-pull-request-to-improve-this-document-thank-you) 
 - ***If you see a project or link here that is no longer maintained or is not a good fit, please submit a pull request to improve this document. Thank you!*** (#if-you-see-a-project-or-link-here-that-is-no-longer-maintained-or-is-not-a-good-fit-p 
lease-submit-a-pull-request-to-improve-this-document-thank-you) 
Standard Libraries
C++ Standard Library - including STL Containers, STL Algorithm, STL Functional, etc.
@@ -97,6 +97,7 @@
⟡ Apache C++ Standard Library (http://stdcxx.apache.org/) - STDCXX, A collection of algorithms, containers, iterators, and other fundamental components. retired Apache2 
⟡ APR (http://apr.apache.org/) - Apache Portable Runtime. Another library of cross-platform utility functions. Apache2 
⟡ ASL (http://stlab.adobe.com/) - Adobe Source Libraries provides peer-reviewed and portable C++ source libraries. MIT 
⟡ AUI (https://github.com/aui-framework/aui) - Declarative UI toolkit for C++20. MPL2 
⟡ Boost (https://github.com/boostorg) :zap: - A large collection of generic C++ libraries. Boost website (https://www.boost.org)
⟡ BDE (https://github.com/bloomberg/bde) - The BDE Development Environment from Bloomberg Labs. Apache2 
⟡ C++ Workflow (https://github.com/sogou/workflow) :zap: - C++ Parallel Computing and Asynchronous Networking Engine. Apache2 
@@ -121,16 +122,21 @@
⟡ Loki (http://loki-lib.sourceforge.net/) - A C++ library of designs, containing flexible implementations of common design patterns and idioms. MIT 
⟡ MiLi (https://github.com/MariadeAnton/MiLi) - Minimal headers-only C++ Library. Boost 
⟡ OpenFrameworks (https://github.com/openframeworks/openFrameworks) - A cross platform open source toolkit for creative coding in C++. MIT website (http://www.openframeworks.cc/)
⟡ PhotonLibOS (https://github.com/alibaba/PhotonLibOS) - A comprehensive C++ framework featuring efficient user-space threading (coroutine with work-stealing), I/O, networking, RPC, HTTP, etc., and used extensively in Alibaba. It is compatible 
with C++ 14/17/20/23, Linux, MacOS, x86-64, ARM64, gcc and clang. Apache2 website (https://photonlibos.github.io/)
⟡ Qt (https://github.com/qt) :zap: - A cross-platform application and UI framework. GPL/LGPL/Proprietary website (https://www.qt.io)
⟡ Reason (http://code.google.com/p/reason/) - A cross platform framework designed to bring the ease of use of Java, .Net, or Python to developers who require the performance and strength of C++. GPL2 
⟡ ROOT (https://root.cern.ch/) - A set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Used at CERN. LGPL 
⟡ rpp (https://github.com/TheNumbat/rpp) - Minimal Rust-inspired C++20 STL replacement. MIT 
⟡ SaneCppLibraries (https://github.com/Pagghiu/SaneCppLibraries) - a set of C++ platform abstraction libraries for macOS, Windows and Linux. MIT website (https://pagghiu.github.io/SaneCppLibraries/)
⟡ Seastar (https://github.com/scylladb/seastar) - An advanced, open-source C++ framework for high-performance server applications on modern hardware. Apache-2.0 License seastar.io (http://seastar.io/)
⟡ Siv3D (https://github.com/Siv3D/OpenSiv3D) - Siv3D (OpenSiv3D) is a C++20 framework for creative coding (2D/3D games, media art, visualizers, and simulators). MIT website (https://siv3d.github.io/)
⟡ STLport (http://www.stlport.org/) - An exemplary version of STL. Free 
⟡ STXXL (http://stxxl.sourceforge.net/) - Standard Template Library for Extra Large Data Sets. Boost 
⟡ tbox (https://github.com/tboox/tbox) - A glib-like multi-platform c library. Apache2 website (http://tboox.org/)
⟡ Ultimate++ (http://www.ultimatepp.org/) - A C++ cross-platform rapid application development framework. BSD 
⟡ Windows Template Library (http://sourceforge.net/projects/wtl/) - A C++ library for developing Windows applications and UI components. Public 
⟡ xtd (https://github.com/gammasoft71/xtd) - Modern C++20 framework to create console (CLI), forms (GUI) and unit tests (xUnit) applications on Windows, macOS, Linux, iOS, Android, FreeBSD and Haiku. MIT 
⟡ Yomm2 (https://github.com/jll63/yomm2) - Fast, Orthogonal, Open multi-methods. Supersedes Yomm11 (https://github.com/jll63/yomm11) Boost 
Artificial Intelligence
@@ -140,12 +146,13 @@
⟡ Evolving Objects (http://eodev.sourceforge.net/) - A template-based, ANSI-C++ evolutionary computation library which helps you to write your own stochastic optimization algorithms insanely fast. LGPL 
⟡ frugally-deep (https://github.com/Dobiasd/frugally-deep) - Header-only library for using Keras models in C++. MIT 
⟡ Genann (https://github.com/codeplea/genann) - Simple neural network library in C. zlib 
⟡ MXNet (https://github.com/apache/incubator-mxnet) - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more. website 
⟡ MXNet (https://github.com/apache/incubator-mxnet) - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, JavaScript and more. website 
(https://mxnet.apache.org)
⟡ PyTorch (https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration. website (https://pytorch.org)
⟡ flashlight (https://github.com/flashlight/flashlight) - Flashlight is a fast, flexible machine learning library written entirely in C++. BSD 
⟡ Recast/Detour (https://github.com/recastnavigation/recastnavigation) - (3D) Navigation mesh generator and pathfinder, mostly for games. zlib 
⟡ TensorFlow (https://github.com/tensorflow/tensorflow) - An open source software library for numerical computation using data flow graphs. Apache 
⟡ Txeo (https://github.com/rdabra/txeo) - A modern C++ wrapper for TensorFlow. Apache 
⟡ oneDNN (https://github.com/oneapi-src/oneDNN) - An open-source cross-platform performance library for deep learning applications. Apache website (https://01.org/onednn)
⟡ CNTK (https://github.com/Microsoft/CNTK) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. Boost 
⟡ tiny-dnn (https://github.com/tiny-dnn/tiny-dnn) - A header only, dependency-free deep learning framework in C++11. BSD 
@@ -165,6 +172,7 @@
⟡ libuv (https://github.com/libuv/libuv) - Cross-platform asynchronous I/O. BSD 
⟡ promise-cpp (https://github.com/xhawk18/promise-cpp) - Header only library that implements Promise/A+ standard. Anti-996 
⟡ uvw (https://github.com/skypjack/uvw) - C++ wrapper for libuv. MIT 
⟡ uv-cpp (https://github.com/wlgq2/uv-cpp) - a simple interface, high-performance network library based on C++11. MIT 
Audio
Audio, Sound, Music, Digitized Voice Libraries
@@ -193,8 +201,8 @@
⟡ Vorbis (http://xiph.org/vorbis/) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. BSD 
⟡ minimp3 (https://github.com/lieff/minimp3) - Public domain, header-only MP3 decoder with clean-room implementation. CC0 
⟡ Verovio (https://github.com/rism-ch/verovio) - Verovio is a fast and lightweight music notation engraving library. LGPL website (https://www.verovio.org)
⟡ Wav2Letter++ (https://github.com/facebookresearch/wav2letter/) - Public domain, a fast open source speech processing toolkit written entirely in C++ and uses the ArrayFire tensor library and the flashlight machine learning library for
maximum efficiency. BSD 
⟡ Wav2Letter++ (https://github.com/facebookresearch/wav2letter/) - Public domain, a fast open source speech processing toolkit written entirely in C++ and uses the ArrayFire tensor library and the flashlight machine learning library for maximum 
efficiency. BSD 
Biology
Bioinformatics, Genomics, Biotech
@@ -220,12 +228,10 @@
(https://dseams.info)
⟡ gromacs (https://github.com/gromacs/gromacs) - A message-passing parallel molecular dynamics implementation. GPL website (http://www.gromacs.org)
⟡ Reaktoro (https://github.com/reaktoro/reaktoro) - A computational framework in C++ and Python for modeling chemically reactive systems. LGPL website (https://reaktoro.org)
⟡ LAMMPS (https://github.com/lammps/lammps) - A classical molecular dynamics code with a focus on materials modeling. It's an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. GPL website 
(https://lammps.sandia.gov/)
⟡ LAMMPS (https://github.com/lammps/lammps) - A classical molecular dynamics code with a focus on materials modeling. It's an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator. GPL website (https://lammps.sandia.gov/)
⟡ MADNESS (https://github.com/m-a-d-n-e-s-s/madness) - Multiresolution Adaptive Numerical Environment for Scientific Simulation. GPL website (https://github.com/m-a-d-n-e-s-s/madness)
⟡ MPQC (https://github.com/ValeevGroup/mpqc) - The Massively Parallel Quantum Chemistry program, MPQC, computes properties of atoms and molecules from first principles using the time independent Schrödinger equation. GPL website 
(https://mpqc.org/)
⟡ ORCA (https://en.wikipedia.org/wiki/ORCA_(quantum_chemistry_program)) - An ab initio quantum chemistry program package that contains modern electronic structure methods. Academic website (https://orcaforum.kofo.mpg.de/)
⟡ Psi (https://github.com/psi4/psi4) - An ab initio computational chemistry package. GPL website (https://psicode.org/)
CLI
@@ -234,11 +240,13 @@
 ⟡ Argh! (https://github.com/adishavit/argh) - A minimalist, frustration-free, header-only argument handler. BSD 
 ⟡ argparse (https://github.com/p-ranav/argparse) - Argument Parser for Modern C++. MIT 
 ⟡ args (https://github.com/taywee/args) - A simple header-only C++ argument parser library. MIT 
 ⟡ barkeep (https://github.com/oir/barkeep) - Small C++ header to display async animations, counters, and progress bars. Apache-2.0 website (https://oir.github.io/barkeep/)
 ⟡ Boost.Program_options (https://github.com/boostorg/program_options) - A library to obtain program options via conventional methods such as command line and config file. Boost website (https://boost.org/libs/program_options)
 ⟡ cli (https://github.com/daniele77/cli) - A cross-platform header only C++14 library for interactive command line interfaces (Cisco style). Boost 
 ⟡ CLI11 (https://github.com/CLIUtils/CLI11) - Header only single or multi-file C++11 library for simple and advanced CLI parsing. BSD 
 ⟡ clipp (https://github.com/muellan/clipp) - Easy to use, powerful and expressive command line argument handling for C++11/14/17 contained in a single header file. MIT 
 ⟡ cpp-terminal (https://github.com/jupyter-xeus/cpp-terminal) - Small header only C++ library for writing multiplatform terminal applications. MIT 
 ⟡ Ctrl+C (https://github.com/evgenykislov/ctrl-c) - Crossplatform C++11 library to handle Ctrl+C event in custom functions. MIT 
 ⟡ cxxopts (https://github.com/jarro2783/cxxopts) - Lightweight C++ command line option parser. MIT 
 ⟡ docopt.cpp (https://github.com/docopt/docopt.cpp) - A library to generate option parser from docstring. MIT/Boost 
 ⟡ FINAL CUT (https://github.com/gansm/finalcut) - Library for creating terminal applications with text-based widgets. LGPL 
@@ -258,6 +266,7 @@
 ⟡ TCLAP (http://tclap.sourceforge.net) - A mature, stable and feature-rich library for defining and accessing command line arguments in ANSI C++. MIT 
 ⟡ termbox (https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. MIT 
 ⟡ TermOx (https://github.com/a-n-t-h-o-n-y/TermOx) - C++17 Terminal User Interface(TUI) Library. MIT 
 ⟡ tuibox (https://github.com/Cubified/tuibox) - A single-header terminal UI (TUI) library, capable of creating mouse-driven, interactive applications on the command line. MIT 
Compression
Compression and Archiving Libraries
@@ -266,10 +275,12 @@
⟡ Brotli (https://github.com/google/brotli) - Brotli compression format. Developed by Google. MIT 
⟡ bzip2 (http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. BSD 
⟡ bzip3 (https://github.com/kspalaiologos/bzip3) - A better and stronger spiritual successor to BZip2. LGPL 
⟡ FastLZ (https://github.com/ariya/FastLZ) - Small & portable byte-aligned LZ77 compression. MIT 
⟡ FiniteStateEntropy (https://github.com/Cyan4973/FiniteStateEntropy) - New generation entropy codecs : Finite State Entropy and Huff0.
⟡ heatshrink (https://github.com/atomicobject/heatshrink) - data compression library for embedded/real-time systems ISC 
⟡ KArchive (https://api.kde.org/frameworks/karchive/html/index.html) - A library for creating, reading, writing and manipulating file archives like zip and tar. It also provides transparent compression and decompression of data, using 
formats like gzip, via a subclass of QIODevice. LGPL 
⟡ Kanzi (https://github.com/flanglet/kanzi-cpp) - a modern, modular, portable and efficient lossless data compressor implemented in C++. Apache-2.0 
⟡ KArchive (https://api.kde.org/frameworks/karchive/html/index.html) - A library for creating, reading, writing and manipulating file archives like zip and tar. It also provides transparent compression and decompression of data, using formats 
like gzip, via a subclass of QIODevice. LGPL 
⟡ libarchive (https://github.com/libarchive/libarchive) - Multi-format archive and compression library. New BSD website (http://www.libarchive.org/)
⟡ LZ4 (https://github.com/lz4/lz4) - Extremely Fast Compression algorithm. BSD website (http://www.lz4.org/)
⟡ LZFSE (https://github.com/lzfse/lzfse) - LZFSE compression library and command line tool. Developed by Apple.
@@ -296,9 +307,11 @@
⟡ Async++ (https://github.com/Amanieu/asyncplusplus) - A lightweight concurrency framework for C++11, inspired by the Microsoft PPL library and the N3428 C++ standard proposal. MIT 
⟡ Boost.Compute (https://github.com/boostorg/compute) - A C++ GPU Computing Library for OpenCL. Boost website (https://boost.org/libs/compute)
⟡ Bolt (https://github.com/HSA-Libraries/Bolt) - A C++ template library optimized for GPUs. Apache2 
⟡ BS::thread_pool (https://github.com/bshoshany/thread-pool) - A fast, lightweight, and easy-to-use C++17 thread pool library MIT 
⟡ Channel (https://github.com/andreiavrammsd/cpp-channel) - Thread-safe container for sharing data between threads. MIT 
⟡ ck (https://github.com/concurrencykit/ck) - Concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures. BSD 
⟡ concurrentqueue (https://github.com/cameron314/concurrentqueue) - A fast multi-producer, multi-consumer lock-free concurrent queue for C++11. BSD,Boost 
⟡ Coros (https://github.com/mtmucha/coros) - An easy-to-use and fast library for task-based parallelism, utilizing coroutines. BSL-1.0 
⟡ CUB (https://github.com/NVlabs/cub) - CUB provides state-of-the-art, reusable software components for every layer of the CUDA programming mode. New BSD 
⟡ cuda-api-wrappers (https://github.com/eyalroz/cuda-api-wrappers) - Lightweight, Modern-C++ wrappers for the CUDA GPU programming runtime API. BSD 
⟡ cupla (https://github.com/ComputationalRadiationPhysics/cupla) - C++ API to run CUDA/C++ on OpenMP, Threads, TBB, ... through Alpaka. LGPLv3+ 
@@ -318,8 +331,8 @@
⟡ libfork (https://github.com/ConorWilliams/libfork) - A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines. MPL-2.0 website (https://conorwilliams.github.io/libfork/)
⟡ libmill (https://github.com/sustrik/libmill/) - Introduces Go-style concurrency in C. MIT 
⟡ marl (https://github.com/google/marl) - Marl is a hybrid thread / fiber task scheduler written in C++ 11. Apache-2.0 
⟡ moderngpu (https://github.com/moderngpu/moderngpu) - moderngpu is a productivity library for general-purpose computing on GPUs. It is a header-only C++ library written for CUDA. The unique value of the library is in its accelerated 
primitives for solving irregularly parallel problems. FreeBSD & Copyright, Sean Baxter 
⟡ moderngpu (https://github.com/moderngpu/moderngpu) - moderngpu is a productivity library for general-purpose computing on GPUs. It is a header-only C++ library written for CUDA. The unique value of the library is in its accelerated primitives 
for solving irregularly parallel problems. FreeBSD & Copyright, Sean Baxter 
⟡ NCCL (https://github.com/NVIDIA/nccl) - Optimized primitives for collective multi-GPU communication. BSD 
⟡ Neco (https://github.com/tidwall/neco) - Concurrency library for C (coroutines). MIT 
⟡ OpenCL (https://www.khronos.org/opencl/) - The open standard for parallel programming of heterogeneous systems.
@@ -331,6 +344,7 @@
⟡ readerwriterqueue (https://github.com/cameron314/readerwriterqueue) - A fast single-producer, single-consumer lock-free queue for C++. BSD 
⟡ stdgpu (https://github.com/stotko/stdgpu) - Efficient STL-like Data Structures on the GPU. Apache2 
⟡ Taskflow (https://github.com/taskflow/taskflow) - A General-purpose Parallel and Heterogeneous Task Programming System. (renamed from Cpp-Taskflow) MIT 
⟡ ThreadPool (https://github.com/progschj/ThreadPool) - A simple C++11 Thread Pool implementation zlib 
⟡ Thrust (http://thrust.github.io/) - A parallel algorithms library which resembles the C++ Standard Template Library (STL). Apache2 
⟡ transwarp (https://github.com/bloomen/transwarp) - A header-only C++ library for task concurrency. MIT 
⟡ VexCL (https://github.com/ddemidov/vexcl) - A C++ vector expression template library for OpenCL/CUDA. MIT 
@@ -344,7 +358,7 @@
⟡ inih (https://github.com/benhoyt/inih) - Simple .INI file parser in C, good for embedded systems. BSD-3-Clause 
⟡ inih (https://github.com/jtilly/inih) - Single header only C++ version of inih (https://github.com/benhoyt/inih). BSD-3-Clause 
⟡ ini-cpp (https://github.com/SSARCandy/ini-cpp) - Single header only C++ version, with some handy read/write interface, extend from inih (https://github.com/benhoyt/inih). BSD-3-Clause website (https://ssarcandy.tw/ini-cpp/index.html)
⟡ iniparser (https://github.com/ndevilla/iniparser) - INI file parser. MIT *
⟡ iniparser (https://github.com/ndevilla/iniparser) - INI file parser. MIT 
⟡ inipp (https://github.com/mcmtroffaes/inipp) - Simple header-only C++ ini parser and generator. MIT 
⟡ libconfig (https://github.com/hyperrealm/libconfig) - C, C++ library for processing structured configuration files. LGPL-2.1 website (https://hyperrealm.github.io/libconfig/)
⟡ libconfuse (https://github.com/martinh/libconfuse) - Small configuration file parser library for C. ISC 
@@ -365,18 +379,18 @@
⟡ Hopscotch map (https://github.com/Tessil/hopscotch-map) - A fast header-only hash map which uses hopscotch hashing for collisions resolution. MIT 
⟡ LSHBOX (https://github.com/RSIA-LIESMARS-WHU/LSHBOX) - A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support Python and MATLAB. GPL 
⟡ parallel-hashmap (https://github.com/greg7mdp/parallel-hashmap) - A family of header-only, very fast and memory-friendly hashmap and btree containers Apache2 website (https://greg7mdp.github.io/parallel-hashmap/)
⟡ PGM-index (https://github.com/gvinciguerra/PGM-index) - A data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes. 
Apache2 website (https://pgm.di.unipi.it)
⟡ plf::colony (https://github.com/mattreecebentley/plf_colony) - An unordered "bag"-type container which outperforms std containers in high-modification scenarios while maintaining permanent pointers to non-erased elements regardless of
⟡ PGM-index (https://github.com/gvinciguerra/PGM-index) - A data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes. Apache2 
website (https://pgm.di.unipi.it)
⟡ plf::colony (https://github.com/mattreecebentley/plf_colony) - An unordered "bag"-type container which outperforms std containers in high-modification scenarios while maintaining permanent pointers to non-erased elements regardless of 
insertion/erasure. zLib website (http://www.plflib.org/colony.htm)
⟡ plf::list (https://github.com/mattreecebentley/plf_list) - A std::list implementation which removes range splicing in order to enable cache-friendlier structure, yielding significant performance gains. zLib website 
(http://www.plflib.org/list.htm)
⟡ plf::stack (https://github.com/mattreecebentley/plf_stack) - A replacement container for the std::stack container adaptor, with better performance than any std container in a stack context. zLib website 
(http://www.plflib.org/stack.htm)
⟡ plf::stack (https://github.com/mattreecebentley/plf_stack) - A replacement container for the std::stack container adaptor, with better performance than any std container in a stack context. zLib website (http://www.plflib.org/stack.htm)
⟡ ring_span lite (https://github.com/martinmoene/ring-span-lite) - A simplified implementation of Arthur O'Dwyer's ring_span implementation ie. a circular buffer view. MIT 
⟡ robin-hood-hashing (https://github.com/martinus/robin-hood-hashing) - Fast & memory efficient hashtable based on robin hood hashing for C++14. MIT 
⟡ robin-map (https://github.com/Tessil/robin-map) - Fast hash map and hash set using robin hood hashing. MIT 
⟡ sparsepp (https://github.com/greg7mdp/sparsepp) - A fast, memory efficient hash map for C++. BSD 3-clause 
⟡ sqlitemap (https://github.com/bw-hro/sqlitemap) - Persistent map backed by SQLite. MIT 
⟡ st_tree (https://github.com/erikerlandson/st_tree) - A fast and flexible c++ template class for tree data structures. Apache-2.0 
⟡ svector (https://github.com/martinus/svector) - Compact SVO optimized vector for C++17 or higher. MIT 
⟡ tree.hh (https://github.com/kpeeters/tree.hh) - An STL-like C++ header-only tree library. GPL2+ 
@@ -417,6 +431,7 @@
⟡ Fast C++ CSV Parser (https://github.com/ben-strasser/fast-cpp-csv-parser) - Small, easy-to-use and fast header-only library for reading CSV files. BSD-3-Clause 
⟡ Glaze (https://github.com/stephenberry/glaze) - High performance, header only, CSV library with reflection support. MIT 
⟡ lazycsv (https://github.com/ashtum/lazycsv) - A fast, lightweight and single-header csv parser for modern C++. MIT 
⟡ rapidcsv (https://github.com/d99kris/rapidcsv) - An easy-to-use, header-only C++ CSV parser library. BSD-3-Clause 
⟡ ssp (https://github.com/red0124/ssp) - A header only "csv" parser which is fast and versatile with modern C++ api. MIT 
⟡ Vince's CSV Parser (https://github.com/vincentlaucsb/csv-parser) - A fast, self-contained, streaming C++17 CSV parser with optional type-casting and statistics. MIT 
@@ -424,12 +439,15 @@
Database Libraries, SQL Servers, ODBC Drivers, and Tools
⟡ ClickHouse (https://github.com/ClickHouse/clickhouse-cpp) - C++ client for ClickHouse DBMS. Apache2 
⟡ DuckDB (https://duckdb.org/) - in-process SQL OLAP Database Management System. MIT 
⟡ CrossDB (https://github.com/crossdb-org/crossdb) - Ultra High-performance Lightweight Embedded and Server OLTP RDBMS. MPL-2.0 website (https://crossdb.org/)
⟡ DuckDB (https://duckdb.org/) - in-process SQL OLAP Database Management System. MIT website (https://duckdb.org/)
⟡ hiberlite (https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3. BSD 
⟡ Hiredis (https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database. BSD 
⟡ Infinity (https://github.com/infiniflow/infinity) - The AI-native database built for LLM applications, providing incredibly fast vector and full-text search. Apache2 
⟡ Kuzu (https://github.com/kuzudb/kuzu) - Embeddable property graph database management system built for query speed and scalability. Implements Cypher. MIT website (https://kuzudb.com/)
⟡ Kvrocks (https://github.com/apache/incubator-kvrocks) - A distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. Apache2 
⟡ LevelDB (https://github.com/google/leveldb) - A fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. BSD 
⟡ libpg_query (https://github.com/pganalyze/libpg_query) - C library for accessing the PostgreSQL parser outside of the server environment. BSD-3-Clause 
⟡ libpqxx (https://github.com/jtv/libpqxx) - The official C++ client API for PostgreSQL. BSD-3-Clause 
⟡ LMDB (https://www.symas.com/lmdb) - Very fast embedded key/value store with full ACID semantics. OpenLDAP 
⟡ LMDB++ (https://github.com/bendiken/lmdbxx) - C++11 wrapper for the LMDB embedded database library. PublicDomain 
@@ -451,18 +469,22 @@
⟡ sqlite_modern_cpp (https://github.com/SqliteModernCpp/sqlite_modern_cpp) - Header only C++14 wrapper around sqlite library. MIT 
⟡ sqlite_orm (https://github.com/fnc12/sqlite_orm) - SQLite ORM light header only library for modern C++. AGPL + paid MIT 
⟡ sqlpp11 (https://github.com/rbock/sqlpp11) - A type safe embedded domain specific language for SQL queries and results in C++. BSD-2-Clause 
⟡ TidesDB (https://github.com/tidesdb/tidesdb) - High-performance, durable, transactional embedded storage engine designed for flash and RAM optimization. MPL-2.0 website (https://tidesdb.com/)
⟡ TileDB (https://github.com/TileDB-Inc/TileDB) - Fast Dense and Sparse Multidimensional Array DBMS. MIT website (https://tiledb.io/)
⟡ TinyORM (https://github.com/silverqx/TinyORM) - Modern C++ ORM library. MIT website (https://www.tinyorm.org/)
⟡ UnQLite (https://github.com/symisc/unqlite) - A self-contained, serverless, zero-configuration, transactional NoSQL engine. BSD-2-Clause website (https://unqlite.org/)
⟡ UnQLite (https://github.com/symisc/unqlite) - A self-contained, serverless, zero-configuration, transactional NoSQL engine. BSD-2-Clause website (https://unqlite.symisc.net/)
⟡ upscaledb (https://upscaledb.com) - An embedded "typed" key/value store with a built-in query interface. GPLv3 
⟡ TigerBeetleDB C++ client (Community) (https://github.com/kassane/tigerbeetle-cpp) - TigerBeetle is a financial accounting database designed for mission critical safety and performance to power the future of financial services. BSL-1.0
⟡ TigerBeetleDB C++ client (Community) (https://github.com/kassane/tigerbeetle-cpp) - TigerBeetle is a financial accounting database designed for mission critical safety and performance to power the future of financial services. BSL-1.0 
⟡ Trilogy (https://github.com/trilogy-libraries/trilogy) - a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding. MIT 
⟡ UStore (https://github.com/unum-cloud/ustore) - Multi-Modal database for BLOBs, JSON, and graphs. Apache2 
⟡ Velox (https://github.com/facebookincubator/velox) - A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. Apache-2.0 website (https://velox-lib.io/)
Data visualization
Data visualization Libraries
⟡ gplot++ (https://github.com/ziotom78/gplotpp) - Cross-platform header-only C++ plotting library that interfaces with Gnuplot. MIT 
⟡ matplotplusplus (https://github.com/alandefreitas/matplotplusplus) - C++ Graphics Library for Data Visualization. MIT website (https://alandefreitas.github.io/matplotplusplus/)
⟡ morphologica (https://github.com/ABRG-Models/morphologica) - C++ header-only graphing and data visualization with modern OpenGL. Apache-2.0 website (https://abrg-models.github.io/morphologica/)
Debug
Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing
@@ -482,6 +504,7 @@
⟡ CppBenchmark (https://github.com/chronoxor/CppBenchmark) - Performance benchmark framework for C++ with nanoseconds measure precision. MIT 
⟡ Cpptrace (https://github.com/jeremy-rifkin/cpptrace) - A simple, portable, and self-contained C++ stacktrace library supporting C++11 and greater. MIT 
⟡ CppUnit (http://www.freedesktop.org/wiki/Software/cppunit/) - C++ port of JUnit. LGPL2 
⟡ CrashCatch (https://github.com/keithpotz/CrashCatch) - Single-header crash reporting for C++ that logs stack traces and creates .dmp and .txt crash dumps. MIT website (https://keithpotz.github.io/CrashCatch)
⟡ CTest (https://cmake.org/cmake/help/v2.8.8/ctest.html) - The CMake test driver program. BSD 
⟡ dbg-macro (https://github.com/sharkdp/dbg-macro) - A dbg(…) macro for C++. MIT 
⟡ DebugViewPP (https://github.com/CobaltFusion/DebugViewPP) - Debug logging viewer. Boost 
@@ -490,12 +513,13 @@
⟡ fff (https://github.com/meekrosoft/fff) - A micro-framework for creating fake C functions. MIT 
⟡ Google Mock (https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. BSD 
⟡ Google Test (https://github.com/google/googletest) - Google C++ Testing Framework. BSD 
⟡ Hippomocks (https://github.com/dascandy/hippomocks) - Single-header mocking framework. LGPL-2.1 
⟡ IceCream-Cpp (https://github.com/renatoGarcia/icecream-cpp) - Never use cout/printf to debug again MIT 
⟡ ig-debugheap (https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors. BSD 
⟡ libassert (https://github.com/jeremy-rifkin/libassert) - The most over-engineered C++ assertion library. MIT 
⟡ libtap (https://github.com/zorgnax/libtap) - Write tests in C. GPL2 
⟡ microprofile (https://github.com/jonasmr/microprofile) - Profiler with web-view for multiple platforms. Unlicense 
⟡ MinUnit (https://github.com/siu/minunit) - A minimal unit testing framework for C self-contained in a single header file. MIT 
⟡ Mockator (http://www.mockator.com) - Eclipse CDT plug-in for C++ Seams and Mock Objects.
⟡ nanobench (https://github.com/martinus/nanobench) - Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20. MIT website (https://nanobench.ankerl.com)
⟡ Nanotimer (https://github.com/mattreecebentley/plf_nanotimer) - A simple low-overhead cross-platform timer class for benchmarking. zLib website (http://www.plflib.org/nanotimer.htm)
⟡ Nonius (https://github.com/libnonius/nonius) - A C++ micro-benchmarking framework. CC 
@@ -505,6 +529,7 @@
⟡ UnitTest++ (https://github.com/unittest-cpp/unittest-cpp) - A lightweight unit testing framework for C++. MIT/X Consortium license 
⟡ Unity (https://github.com/ThrowTheSwitch/Unity) - Simple Unit Testing for C. MIT 
⟡ utest.h (https://github.com/sheredom/utest.h) - Single header unit testing framework for C and C++. Unlicense 
⟡ utl::profiler (https://github.com/DmitriBogdanov/UTL/blob/master/docs/module_profiler.md) - Singe-header profiler for C++17. MIT 
⟡ μt (https://github.com/boost-experimental/ut) - C++20 single header/single module, macro-free μ(micro)/Unit Testing Framework. Boost 
⟡ VLD (https://kinddragon.github.io/vld//) - Visual Leak Detector. A free, robust, open-source memory leak detection system for Visual C++.
@@ -540,6 +565,7 @@
⟡ Acid (https://github.com/Equilibrium-Games/Acid) - A high speed C++17 Vulkan game engine. MIT 
⟡ Allegro (http://liballeg.org/) - A cross-platform library mainly aimed for video games and multimedia programming. zlib 
⟡ Axmol Engine (https://github.com/axmolengine/axmol) - A cross-platform game engine for desktop, mobile, and XBOX (UWP), derived from Cocos2d-x-4.0. MIT website (https://axmol.dev/)
⟡ Cocos2d-x (http://www.cocos2d-x.org/) - A multi-platform framework for building 2d games, interactive books, demos and other graphical applications. MIT 
⟡ Corange (https://github.com/orangeduck/Corange) - A game engine written in pure C, SDL and OpenGL. BSD 
⟡ crown (https://github.com/dbartolini/crown) - Crown is a general purpose data-driven game engine, written from scratch in orthodox C++ with a minimalistic and data-oriented design philosophy in mind. MIT 
@@ -549,6 +575,7 @@
⟡ Godot (https://github.com/godotengine/godot) - A fully featured, open source, MIT licensed, game engine. MIT 
⟡ Grit (https://github.com/grit-engine/grit-engine) - Community project to build a free game engine for implementing open world 3D games. MIT 
⟡ Halley (https://github.com/amzeratul/halley) - A lightweight game engine written in C++14 with a "true" entity-component system. Apache 2.0 
⟡ Hazel Game Engine (https://github.com/TheCherno/Hazel) - Hazel is primarily an early-stage interactive application and rendering engine for Windows. Apache-2.0 license 
⟡ JNGL (https://github.com/jhasse/jngl/) - 2D library for Linux, Windows, macOS, Android, iOS, Xbox, the Nintendo Switch and the Web. zlib website (https://bixense.com/jngl/)
⟡ KlayGE (https://github.com/gongminmin/KlayGE) - a cross-platform open source game engine with plugin-based architecture. GPLv2 website (http://www.klayge.org/)
⟡ nCine (https://github.com/nCine/nCine) - A cross-platform 2D game engine with an emphasis on performance, written in C++11 and optionally scriptable in Lua. MIT website (https://ncine.github.io/)
@@ -565,8 +592,7 @@
⟡ Torque3D (https://github.com/TorqueGameEngines/Torque3D) - An open-source C++ engine built for 3D game development. MIT website (https://torque3d.org/torque3d)
⟡ toy engine (https://github.com/hugoam/toy) - toy is a thin and modular c++ game engine and offers simple expressive c++ idioms to design full featured 2D or 3D games in fast iterations.
⟡ Urho3D (https://urho3d.github.io/) - A free lightweight, cross-platform 2D and 3D game engine implemented in C++. Greatly inspired by OGRE and Horde3D. MIT 
⟡ ezEngine (https://github.com/ezEngine/ezEngine) - Is a free, open-source game engine written in C++. Its philosophy is to be modular and flexible, such that it can be adapted to many different use cases. MIT website 
(https://ezengine.net/)
⟡ ezEngine (https://github.com/ezEngine/ezEngine) - Is a free, open-source game engine written in C++. Its philosophy is to be modular and flexible, such that it can be adapted to many different use cases. MIT website (https://ezengine.net/)
Graph
@@ -589,26 +615,26 @@
⟡ iup (https://www.tecgraf.puc-rio.br/iup) - Multi-platform toolkit for building graphical user interfaces. MIT 
⟡ libui (https://github.com/andlabs/libui) - Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports. MIT 
⟡ MyGUI (https://github.com/MyGUI/mygui) - Fast, flexible and simple GUI. MIT 
⟡ nana (http://nanapro.org/en-us/) - Nana is a cross-platform library for GUI programming in modern C++ style. Boost 
⟡ nana (https://github.com/cnjinhao/nana) - Nana is a cross-platform library for GUI programming in modern C++ style. Boost 
⟡ NanoGui (https://github.com/mitsuba-renderer/nanogui) - A minimalistic cross-platform widget library for OpenGL 3.x or higher. BSD 
⟡ NAppGUI (https://github.com/frang75/nappgui_src) - SDK for building cross-platform desktop apps in ANSI-C. MIT website (https://nappgui.com/en/home/web/home.html)
⟡ nuklear (https://github.com/Immediate-Mode-UI/Nuklear) - A single-header ANSI C gui library. PublicDomain 
⟡ QCustomPlot (http://qcustomplot.com/) - Qt plotting widget without further dependencies. GPLv3 
⟡ Qwt (http://qwt.sourceforge.net/) - Qt Widgets for Technical Applications. Own based on LGPL 
⟡ QwtPlot3D (http://qwtplot3d.sourceforge.net/) - A feature-rich Qt/OpenGL-based C++ programming library, providing essentially a bunch of 3D-widgets. zlib 
⟡ RmlUi (https://github.com/mikke89/RmlUi) - The HTML/CSS User Interface library evolved. Fork of libRocket. MIT 
⟡ Saucer (https://github.com/saucer/saucer) - A modern, cross-platform C++ webview library. MIT 
⟡ Sciter (http://sciter.com/) - Sciter is an embeddable HTML/CSS/scripting engine aimed to be used as an UI layer of modern desktop applications. Free/Commercial 
⟡ Slint (https://github.com/slint-ui/slint) - Lightweight GUI toolkit for desktop and embedded. GPL/Free/Proprietary website (https://slint.dev/)
⟡ TGUI (https://github.com/texus/TGUI) - Cross-platform modern c++ GUI. Zlib website (https://tgui.eu/)
⟡ WebUI (https://github.com/webui-dev/webui) - Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend. MIT website (https://webui.me/)
⟡ wxCharts (https://github.com/wxIshiko/wxCharts) - A library to create charts in wxWidgets applications. MIT website (https://www.wxishiko.com/wxCharts/)
⟡ wxWidgets (http://wxwidgets.org/) - A C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base. Own LGPL 
⟡ xtd (https://github.com/gammasoft71/xtd) - Modern C++17/20 framework to create console (CLI), forms (GUI like WinForms) and tunit (unit tests like Microsoft Unit Testing Framework) applications on Windows, macOS, Linux, iOS and 
android. MIT 
⟡ Yue (https://github.com/yue/yue) - A library for creating native cross-platform GUI apps. LGPLv2 
Graphics
⟡ assimp (https://github.com/assimp/assimp) - Open Asset Import Library (assimp) is a cross-platform 3D model import library which aims to provide a common API for different 3D asset file formats. BSD-3-Clause website 
(http://www.assimp.org)
⟡ assimp (https://github.com/assimp/assimp) - Open Asset Import Library (assimp) is a cross-platform 3D model import library which aims to provide a common API for different 3D asset file formats. BSD-3-Clause website (http://www.assimp.org)
⟡ bgfx (https://github.com/bkaradzic/bgfx) - A cross-platform rendering library. BSD 
⟡ Blend2D (https://github.com/blend2d/blend2d) - 2D vector graphics engine powered by a JIT compiler. Zlib website (https://blend2d.com/)
⟡ Cairo (http://www.cairographics.org/) - A 2D graphics library with support for multiple output devices. LGPL2 or Mozilla MPL 
@@ -639,6 +665,7 @@
⟡ TinySpline (https://github.com/msteinbeck/tinyspline) - A small, yet powerful ANSI C library for interpolating, transforming, and querying arbitrary NURBS, B-Splines, and Bézier curves. MIT 
⟡ urho3d (https://github.com/urho3d/Urho3D) - Cross-platform rendering and game engine. Many different, mostly MIT 
⟡ Yocto/GL (https://github.com/xelatihy/yocto-gl) - Tiny C++ Libraries for Data-Driven Physically-based Graphics. MIT 
⟡ olive.c (https://github.com/tsoding/olive.c) - Simple 2D Graphics Library. MIT 
Image Processing
@@ -653,8 +680,8 @@
⟡ DCMTK (http://dicom.offis.de/dcmtk.php.en) - DICOM Toolkit.
⟡ GDCM (http://gdcm.sourceforge.net/wiki/index.php/Main_Page) - Grassroots DICOM library.
⟡ ITK (http://www.itk.org/) - An open-source, cross-platform system for image analysis. Apache2 from ITK 4.0 
⟡ Leptonica (https://github.com/DanBloomberg/leptonica) - Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. BSD-2-Clause website 
(http://leptonica.org/index.html)
⟡ Jpegli https://github.com/google/jpegli - an improved JPEG encoder and decoder implementation. BSD-3-Clause 
⟡ Leptonica (https://github.com/DanBloomberg/leptonica) - Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. BSD-2-Clause website (http://leptonica.org/index.html)
⟡ libavif (https://github.com/AOMediaCodec/libavif) - Library for encoding and decoding .avif files. BSD-2-Clause 
⟡ libfacedetection (https://github.com/ShiqiYu/libfacedetection) - Open source library for face detection in images. The face detection speed can reach 1500FPS. BSD 
⟡ libjpeg-turbo (https://github.com/libjpeg-turbo/libjpeg-turbo) - A JPEG image codec that uses SIMD instructions to accelerate baseline JPEG encoding and decoding. IJG & BSD-3-Clause & zlib website (https://libjpeg-turbo.org/)
@@ -670,11 +697,14 @@
⟡ OpenEXR (http://www.openexr.com/) - Cross-platform library for high dynamic range imaging. Modified BSDF 
⟡ OpenImageIO (https://github.com/OpenImageIO/oiio) - Powerful image and texture wrangling library with support for a wide number of common lossy and RAW formats. Modified BSD 
⟡ OpenJPEG (https://github.com/uclouvain/openjpeg) - an open-source JPEG 2000 codec written in C language. BSD-2-Clause 
⟡ QOI (https://github.com/phoboslab/qoi) - The “Quite OK Image Format” for fast, lossless image compression. MIT 
⟡ SAIL (https://github.com/happy-sea-fox/sail) - Easy-to-use cross-platform image decoding library with pluggable image codecs. MIT 
⟡ Simd (https://github.com/ermig1979/Simd) - C++ image processing library with using of SIMD: SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX-512, VMX(Altivec) and VSX(Power7), NEON for ARM. MIT 
⟡ stb-image (https://github.com/nothings/stb/blob/master/stb_image.h) - STB single-header image loading library. Public Domain 
⟡ tesseract-ocr (https://github.com/tesseract-ocr) - An OCR engine. Apache2 
⟡ TinyDNG (https://github.com/syoyo/tinydng) - Header-only Tiny DNG/TIFF loader and writer in C++. MIT 
⟡ TinyEXIF (https://github.com/cdcseacave/TinyEXIF) - Tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG. MIT 
⟡ TinyTIFF (https://github.com/jkriege2/TinyTIFF) - lightweight TIFF reader/writer library. GPL-3.0 
⟡ Video++ (https://github.com/matt-42/vpp) - A C++14 high performance video and image processing library. MIT 
⟡ VIGRA (https://github.com/ukoethe/vigra) - A generic C++ computer vision library for image analysis. MIT X11 
⟡ VTK (http://www.vtk.org/) - Open-source, freely available software system for 3D computer graphics, image processing and visualization. BSD 
@@ -692,10 +722,10 @@
Inter-process communication
⟡ Apache Thrift (https://thrift.apache.org/) - Efficient cross-language IPC/RPC, works between C++, Java, Python, PHP, C#, and many more other languages. Originally developed by Facebook. Apache2 
⟡ Boost.Interprocess (https://github.com/boostorg/interprocess) - Header-only Boost library that supports kernel-level shared memory and memory-mapped files, with in-built synchronization mechanisms (semaphores, mutexes, and more). 
Boost website (https://boost.org/libs/interprocess)
⟡ bRPC (https://github.com/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. Apache2
website (https://brpc.apache.org/)
⟡ Boost.Interprocess (https://github.com/boostorg/interprocess) - Header-only Boost library that supports kernel-level shared memory and memory-mapped files, with in-built synchronization mechanisms (semaphores, mutexes, and more). Boost website
(https://boost.org/libs/interprocess)
⟡ bRPC (https://github.com/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. Apache2 website 
(https://brpc.apache.org/)
⟡ Cap'n Proto (https://github.com/capnproto/capnproto) - Fast data interchange format and capability-based RPC system. MIT website (https://capnproto.org/)
⟡ eCAL (https://github.com/continental/ecal) - Pub/sub, client/server, C++/Python/C#, various message protocols (protobuf, capnproto ..). Apache2 website (http://www.ecal.io/)
⟡ gRPC (https://github.com/grpc/grpc) - A high performance, open source, general-purpose RPC framework. BSD website (http://www.grpc.io/)
@@ -724,6 +754,7 @@
⟡ Jsmn (https://github.com/zserge/jsmn) - A minimalistic JSON parser in C. MIT 
⟡ json (https://github.com/nlohmann/json) :zap: - JSON for Modern C++. MIT website (https://json.nlohmann.me)
⟡ JSON++ (https://github.com/hjiang/jsonxx) - A JSON parser in C++. MIT 
⟡ json.cpp (https://github.com/jart/json.cpp) - a baroque JSON parsing / serialization library for C++. Apache-2.0 
⟡ json.h (https://github.com/sheredom/json.h) - A simple one header/one source solution to parsing JSON in C and C++. Unlicense 
⟡ json-build (https://github.com/lcsmuller/json-build) - C89 tiny zero-allocation JSON serializer. MIT 
⟡ json-c (https://github.com/json-c/json-c) - A JSON implementation in C. MIT 
@@ -735,6 +766,7 @@
⟡ json11 (https://github.com/dropbox/json11) - A tiny JSON library for C++11. MIT 
⟡ json-struct (https://github.com/jorgen/json_struct) - High performance, single header JSON parser parsing to and from C++ structs. MIT 
⟡ json-voorhees (https://github.com/tgockel/json-voorhees) - JSON library for C++. Support for C++11. No dependencies, fast and dev-friendly. Apache2 
⟡ JSON Toolkit (https://github.com/sourcemeta/jsontoolkit) - JSON, JSON Pointer, JSON Schema, and JSONL library for C++20. AGPL/Commercial 
⟡ jute (https://github.com/amir-s/jute) - Very simple C++ JSON Parser. PublicDomain 
⟡ libjson (https://github.com/vincenthz/libjson) - A JSON parser and printer library in C. easy to integrate with any model. LGPL 
⟡ libjson (http://sourceforge.net/projects/libjson/) - Lightweight JSON library. ? 
@@ -755,8 +787,10 @@
Logging
⟡ Abseil Logging (https://abseil.io/docs/cpp/guides/logging) - The Abseil Logging library provides facilities for writing log messages to stderr, files, or other sinks. Apache-2.0 
⟡ Blackhole (https://github.com/3Hren/blackhole) - Attribute-based logging framework, which is designed to be fast, modular and highly customizable. MIT 
⟡ Boost.Log (https://github.com/boostorg/log) - Designed to be very modular and extensible. Boost website (https://boost.org/libs/log)
⟡ BqLog (https://github.com/Tencent/BqLog) - A lightweight, high-performance logging system used in projects such as "Honor of Kings". Apache-2.0 
⟡ Easylogging++ (https://github.com/amrayn/easyloggingpp) - Extremely light-weight high performance logging library for C++11 (or higher) applications. MIT 
⟡ fmtlog (https://github.com/MengRao/fmtlog) - A performant fmtlib-style logging library with latency in nanoseconds. MIT 
⟡ G3log (https://github.com/KjellKod/g3log) - Asynchronous logger with Dynamic Sinks. PublicDomain 
@@ -766,6 +800,7 @@
⟡ log4cplus (https://github.com/log4cplus/log4cplus) - A simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. BSD & Apache2 
⟡ loguru (https://github.com/emilk/loguru) - A lightweight C++ logging library. PublicDomain 
⟡ lwlog (https://github.com/ChristianPanov/lwlog) - Very fast synchronous and asynchronous C++17 logging library. MIT 
⟡ ng-log (https://github.com/ng-log/ng-log) - C++14 library for application-level logging. BSD-3-Clause 
⟡ plog (https://github.com/SergiusTheBest/plog) - Portable and simple log for C++ in less than 1000 lines of code. MPL2 
⟡ reckless (https://github.com/mattiasflodin/reckless) - Low-latency, high-throughput, asynchronous logging library for C++. MIT 
⟡ spdlog (https://github.com/gabime/spdlog) - Super fast, header only, C++ logging library.
@@ -793,7 +828,7 @@
⟡ ncnn (https://github.com/Tencent/ncnn) - A high-performance neural network inference computing framework optimized for mobile platforms. BSD 
⟡ OpenCV (https://github.com/Itseez/opencv) :zap: - Open Source Computer Vision Library. BSD website (http://opencv.org/)
⟡ oneDAL (https://github.com/oneapi-src/oneDAL) - A powerful machine learning library that helps speed up big data analysis. Apache 
⟡ ONNX runtime (https://github.com/microsoft/onnxruntime) - C and C++ library for training and inference ONNX models. ONNX is a standard that AI models can be converted into, regardless of the library they are trained with. MIT website
⟡ ONNX runtime (https://github.com/microsoft/onnxruntime) - C and C++ library for training and inference ONNX models. ONNX is a standard that AI models can be converted into, regardless of the library they are trained with. MIT website 
(https://onnxruntime.ai/)
⟡ Recommender (https://github.com/GHamrouni/Recommender) - C library for product recommendations/suggestions using collaborative filtering (CF). BSD 
⟡ RNNLIB (https://github.com/szcom/rnnlib) - RNNLIB is a recurrent neural network library for sequence learning problems. GPLv3 
@@ -802,7 +837,7 @@
⟡ USearch (https://github.com/unum-cloud/usearch) - Fast search and clustering library for vectors and strings. Apache2 
⟡ VLFeat (https://github.com/vlfeat/vlfeat) - The VLFeat open source library implements popular computer vision algorithms specialising in image understanding and local featurexs extraction and matching. BSD-2-Clause website 
(http://www.vlfeat.org/)
⟡ xgboost (https://github.com/dmlc/xgboost) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow. Apache2
⟡ xgboost (https://github.com/dmlc/xgboost) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow. Apache2 
Math
@@ -814,19 +849,19 @@
(https://boost.org/libs/multiprecision)
⟡ ceres-solver (http://ceres-solver.org/) - C++ library for modeling and solving large complicated nonlinear least squares problems from google. BSD 
⟡ CGAL (https://github.com/CGAL/cgal) - Collection of efficient and reliable geometric algorithms. LGPL&GPL website (http://www.cgal.org/)
⟡ cml (http://cmldev.net/) - free C++ math library for games and graphics. Boost 
⟡ cml (https://github.com/demianmnave/CML) - The configurable math library. Boost 
⟡ CNL (https://github.com/johnmcfarlane/cnl/) - A Compositional Numeric Library for C++. Boost 
⟡ DirectXMath (https://github.com/microsoft/DirectXMath) - An all inline SIMD C++ linear algebra library for use in games and graphics apps.
⟡ Dlib (https://github.com/davisking/dlib) :zap: - A modern C++11 machine learning, computer vision, numerical optimization, and deep learning toolkit. Boost website (http://dlib.net/)
⟡ Eigen (http://eigen.tuxfamily.org/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. MPL2 
⟡ ExprTk (https://www.partow.net/programming/exprtk/) - The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parser and evaluation 
engine. MIT 
⟡ ExprTk (https://www.partow.net/programming/exprtk/) - The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parser and evaluation engine. MIT 
⟡ Geometric Tools (https://www.geometrictools.com) - C++ library for computing in the fields of mathematics, graphics, image analysis and physics. Boost website (https://www.geometrictools.com)
⟡ GLM (https://github.com/g-truc/glm) - Header-only C++ math library that matches and inter-operates with OpenGL's GLSL math. MIT website (https://glm.g-truc.net/)
⟡ GMTL (http://ggt.sourceforge.net/) - Graphics Math Template Library is a collection of tools implementing Graphics primitives in generalized ways. GPL2 
⟡ GMP (https://gmplib.org/) - A C library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. LGPL3 & GPL2 
⟡ Klein (https://github.com/jeremyong/klein) - A fast, SIMD-optimized C++17 Geometric Algebra library for point, line, and plane projections, intersections, joins, rigid-body motion, and more. MIT website (https://jeremyong.com/klein)
⟡ linalg.h (https://github.com/sgorsten/linalg) - Single header, public domain, short vector math library for C++. Unlicense 
⟡ MATIO (https://github.com/tbeu/matio) - MATLAB MAT File I/O Library. BSD-2-Clause website (https://sourceforge.net/projects/matio/)
⟡ MatX (https://github.com/NVIDIA/MatX) - A GPU-accelerated C++17 numerical computing library with a MATLAB/Python-like syntax. BSD 3-clause 
⟡ MIRACL (https://github.com/CertiVox/MIRACL) - A Multiprecision Integer and Rational Arithmetic Cryptographic Library. AGPL 
⟡ NumCpp (https://github.com/dpilger26/NumCpp) - A templatized header only C++ implementation of the Python Numpy library. MIT 
@@ -846,8 +881,10 @@
⟡ Wagyu (https://github.com/mapbox/wagyu) - A general library for geometry operations of union, intersections, difference, and xor. mapbox-wagyu original 
⟡ Wykobi (https://www.wykobi.com) - A C++ library of efficient, robust and simple to use C++ 2D/3D oriented computational geometry routines. MIT 
⟡ xtensor (https://github.com/xtensor-stack/xtensor) - A C++14 library for numerical analysis with multi-dimensional array expressions, inspired by NumPy syntax. BSD 3-clause website (https://xtensor-stack.github.io/xtensor)
⟡ universal (https://github.com/stillwater-sc/universal) - A C++14 header-only library implementing arbitrary posit arithmetic. The posit number system is a tapered floating point that is more efficient than IEEE floating point. Posits 
enable reproducible computational science. MIT license 
⟡ universal (https://github.com/stillwater-sc/universal) - A C++14 header-only library implementing arbitrary posit arithmetic. The posit number system is a tapered floating point that is more efficient than IEEE floating point. Posits enable 
reproducible computational science. MIT license 
⟡ utl::random (https://github.com/DmitriBogdanov/UTL/blob/master/docs/module_random.md) - A C++17 header-only library implementing fast random for Monte-Carlo simulations & gamedev. MIT 
⟡ XAD (https://github.com/auto-differentiation/xad) - Powerful Automatic Differentiation for C++. AGPL website (https://auto-differentiation.github.io/)
Memory Allocation
@@ -894,10 +931,12 @@
⟡ CppServer (https://github.com/chronoxor/CppServer) - Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution. MIT 
⟡ cpr (https://github.com/whoshuu/cpr) - A modern C++ HTTP requests library with a simple but powerful interface. Modeled after the Python Requests module. MIT website (https://docs.libcpr.org)
⟡ curlcpp (https://github.com/JosephP91/curlcpp) - An object oriented C++ wrapper for CURL(libcurl). MIT 
⟡ curlpp (https://github.com/jpbarrette/curlpp) -C++ wrapper around libcURL. MIT 
⟡ DPDK (https://github.com/DPDK/dpdk) - Data Plane Development Kit, libraries and drivers for fast packet processing. BSD-3-Clause & GPL-2.0 website (https://www.dpdk.org/)
⟡ Dyad.c (https://github.com/rxi/dyad) - Asynchronous networking for C. MIT 
⟡ ENet (https://github.com/lsalzman/enet) - Reliable UDP networking library. MIT website (http://enet.bespin.org/)
⟡ evpp (https://github.com/Qihoo360/evpp) - C++ high performance networking with TCP/UDP/HTTP protocols. BSD 
⟡ FTP client for C++ (https://github.com/embeddedmz/ftpclient-cpp) - C++ client for making FTP requests. MIT 
⟡ H2O (https://github.com/h2o/h2o) - An optimized HTTP server with support for HTTP/1.x and HTTP/2. It can also be used as a library. MIT 
⟡ HTTP Parser (https://github.com/nodejs/http-parser) :zap: - A http request/response parser for C. MIT 
⟡ KCP (https://github.com/skywind3000/kcp/blob/master/README.en.md) - A fast and reliable ARQ protocol that helps applications to reduce network latency. MIT 
@@ -927,6 +966,7 @@
⟡ restclient-cpp (https://github.com/mrtazz/restclient-cpp) - Simple REST client for C++. It wraps libcurl for HTTP requests. MIT 
⟡ Seasocks (https://github.com/mattgodbolt/seasocks) - Simple, small, C++ embeddable webserver with WebSockets support. BSD 
⟡ tlse (https://github.com/eduardsui/tlse) - Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library BSD-2-Clause 
⟡ TQUIC (https://github.com/tencent/tquic) - A high-performance, lightweight, and cross-platform QUIC library, exposed to C and C++. Apache2 
⟡ Tufão (https://github.com/vinipsmaker/tufao) - An asynchronous web framework for C++ built on top of Qt. LGPL2 
⟡ uriparser (https://github.com/uriparser/uriparser) - Strictly RFC 3986 compliant URI parsing and handling library. BSD-3-Clause 
⟡ uWebSockets (https://github.com/uNetworking/uWebSockets) - µWS is one of the most lightweight, efficient & scalable WebSocket & HTTP server implementations available. Zlib 
@@ -960,6 +1000,7 @@
⟡ PDFium (https://pdfium.googlesource.com/pdfium/) - PDF generation and rendering library. BSD-3-Clause 
⟡ PoDoFo (http://podofo.sourceforge.net/) - A library to work with the PDF file format. LGPL 
⟡ Poppler (https://poppler.freedesktop.org/) - Open-source multi-backend PDF rendering library based on the xpdf-3.0 code base. GPLv2/GPLv3 
⟡ QPDF (https://github.com/qpdf/qpdf) - A tool and C++ library for content-preserving transformations of PDF files. Apache-2.0 website (https://qpdf.sourceforge.io/)
⟡ Xpdf (https://www.xpdfreader.com/) - Xpdf is a free PDF viewer and toolkit, including a text extractor, image converter, HTML converter, and more. GPL v2/GPL v3 
⟡ DynaPDF (http://www.dynaforms.com/) - An easy-to-use PDF generation library. Commercial 
@@ -979,6 +1020,7 @@
⟡ PlayRho (https://github.com/louis-langholtz/PlayRho) - An interactive physics engine & library. Zlib 
⟡ Project Chrono (https://github.com/projectchrono/chrono) - An open source multi-physics simulation engine. BSD-3-Clause website (https://projectchrono.org/)
⟡ Quantum++ (https://github.com/vsoftco/qpp) - A modern C++11 quantum computing library. MIT 
⟡ QuarkPhysics (https://github.com/erayzesen/QuarkPhysics) - A 2D Soft Body and Rigid Body Physics Engine. MIT 
⟡ Simbody (https://github.com/simbody/simbody) - High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. Apache2 
⟡ SOFA (https://github.com/sofa-framework/sofa) - SOFA is an open-source framework targeting at real-time simulation, with an emphasis on medical simulation. LGPL website (https://www.sofa-framework.org)
@@ -995,8 +1037,10 @@
⟡ meta (https://github.com/skypjack/meta) - Header-only, non-intrusive and macro-free runtime reflection system in C++. MIT 
⟡ Nameof (https://github.com/Neargye/nameof) - Header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum. MIT 
⟡ Ponder (https://github.com/billyquith/ponder) - A C++11 library for reflection. MIT 
⟡ REFLECT (https://github.com/qlibs/reflect) - C++20 Static Reflection library. MIT 
⟡ reflect-cpp (https://github.com/getml/reflect-cpp) - Serialization through reflection, including automatic field name retrieval from structs. MIT 
⟡ RTTR (https://github.com/rttrorg/rttr) - A C++11 library for reflection. MIT website (http://www.rttr.org)
⟡ simple_enum (https://github.com/arturbac/simple_enum) - An Fast, Intuitive and Type-Safe C++ Enumeration Support Library. BSL-1.0 website (https://arturbac.github.io/simple_enum/)
⟡ TSMP (https://github.com/fabian-jung/tsmp) - An intrusion and macro-free C++20 library for static reflection. It uses libclang to extract reflection data from your source code and makes it usable via template specialization. MIT 
⟡ visit_struct (https://github.com/cbeck88/visit_struct) - A miniature library for struct-field reflection in C++. Boost 
⟡ Refureku (https://github.com/jsoysouvanh/Refureku) - A C++17 runtime reflection and code generation library. MIT 
@@ -1005,8 +1049,8 @@
⟡ CppVerbalExpressions (https://github.com/VerbalExpressions/CppVerbalExpressions) - C++ regular expressions made easy. MIT 
⟡ CTRE (https://github.com/hanickadot/compile-time-regular-expressions) - A Compile time PCRE (almost) compatible regular expression matcher. MIT 
⟡ Hyperscan (https://github.com/intel/hyperscan) - Hyperscan is a high-performance multiple regex matching library by Intel. Provides simultaneous matching of large numbers of regexps (up to tens of thousands). Typically used in a DPI 
library stack. BSD 
⟡ Hyperscan (https://github.com/intel/hyperscan) - Hyperscan is a high-performance multiple regex matching library by Intel. Provides simultaneous matching of large numbers of regexps (up to tens of thousands). Typically used in a DPI library 
stack. BSD 
⟡ Oniguruma (https://github.com/kkos/oniguruma) - A modern and flexible regular expressions library that supports a variety of character encodings. BSD 
⟡ PCRE (http://pcre.org/) - A regular expression C library inspired by the regular expression capabilities in Perl. BSD 
⟡ PIRE (https://github.com/yandex/pire) - Perl Incompatible Regular Expressions library by Yandex. Can be really fast (more than 400 MB/s). LPGL v3.0 
@@ -1014,6 +1058,7 @@
⟡ SLRE (https://github.com/cesanta/slre) - Super Light Regexp engine for C/C++. GPLv2/Proprietary 
⟡ sregex (https://github.com/openresty/sregex) - A non-backtracking NFA/DFA-based Perl-compatible regex engine library for matching on large data streams. BSD 
⟡ SRELL (https://www.akenotsuki.com/misc/srell/en/) - Unicode-aware regular expression template library for C++. BSD 
⟡ Vectorscan (https://github.com/VectorCamp/vectorscan) - A portable fork of the high-performance regular expression matching library. BSD-3-Clause website (https://www.vectorcamp.gr/project/vectorscan/)
Robotics
@@ -1031,6 +1076,8 @@
Scientific Computing
⟡ AMGCL (https://github.com/ddemidov/amgcl) - a header-only C++ library for solving large sparse linear systems with algebraic multigrid. MIT 
⟡ Au (https://github.com/aurora-opensource/au) - A C++14-compatible physical units library with no dependencies and a single-file delivery option. Emphasis on safety, accessibility, performance, and developer experience. Apache 2.0 website 
(https://aurora-opensource.github.io/au/main/)
⟡ FFTW (http://www.fftw.org/) - A C library for computing the DFT in one or more dimensions. GPL 
⟡ GSL (http://www.gnu.org/software/gsl/) - GNU scientific library. GPL 
⟡ preCICE (https://github.com/precice/precice) - Coupling library for partitioned multi-physics simulations (FSI, CHT, and more). LGPL website (https://precice.org/)
@@ -1046,25 +1093,29 @@
⟡ CppSharp (https://github.com/mono/CppSharp) - Tools and libraries to glue C/C++ APIs to high-level languages. MIT 
⟡ ChaiScript (https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. BSD website (http://chaiscript.com/)
⟡ ctypes.sh (https://github.com/taviso/ctypes.sh) - A foreign function interface for bash. MIT 
⟡ Cython (https://github.com/cython/cython) - Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as 
easy as Python itself. Apache website (http://cython.org/)
⟡ Cython (https://github.com/cython/cython) - Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as 
Python itself. Apache website (http://cython.org/)
⟡ djinni (https://djinni.xlcpp.dev) - A tool for generating cross-language type declarations and interface bindings. Apache2 
⟡ Duktape (https://github.com/svaarala/duktape) - An embeddable Javascript engine with compact footprint. MIT website (http://duktape.org)
⟡ Duktape (https://github.com/svaarala/duktape) - An embeddable JavaScript engine with compact footprint. MIT website (http://duktape.org)
⟡ JavaCpp (https://github.com/bytedeco/javacpp) - The missing bridge between Java and native C++. Apache2 
⟡ JerryScript (https://github.com/jerryscript-project/jerryscript) - Ultra-lightweight JavaScript engine for the Internet of Things. Apache-2.0 website (https://jerryscript.net/)
⟡ libffi (https://github.com/libffi/libffi) - A portable foreign-function interface library. MIT website (https://sourceware.org/libffi/)
⟡ Lua (http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting. MIT 
⟡ LuaBridge (https://github.com/vinniefalco/LuaBridge) - A lightweight, dependency-free library for binding Lua to C++. MIT 
⟡ LuaBridge3 (https://github.com/kunitoki/LuaBridge3) - A lightweight, dependency-free library for binding Lua, LuaJIT, Luau and Ravi to C++. MIT 
⟡ luacxx (https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings. MIT 
⟡ Luau (https://github.com/luau-lang/luau) - A fast, small, safe, gradually typed embeddable scripting language derived from Lua. MIT website (https://luau.org/)
⟡ MiniScript (https://miniscript.org/) - scripting language modern, elegant, easy to learn, and easy to embed in your own C# or C++ projects. MIT 
⟡ nanobind (https://github.com/wjakob/nanobind) - tiny and efficient C++/Python bindings. BSD-3-Clause 
⟡ nbind (https://github.com/charto/nbind) - Magical headers that make your C++ library accessible from JavaScript. MIT 
⟡ PHP-CPP (https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. Apache2 website (http://www.php-cpp.com/)
⟡ pocketpy (https://github.com/blueloveTH/pocketpy) - C++17 header-only Python interpreter for game scripting. MIT website (https://pocketpy.dev/)
⟡ pybind11 (https://github.com/pybind/pybind11) - Seamless operability between C++11 and Python. BSD 
⟡ QuickJS (https://bellard.org/quickjs/) - a small and embeddable Javascript engine. MIT 
⟡ QuickJS (https://bellard.org/quickjs/) - a small and embeddable JavaScript engine. MIT 
⟡ SIP (https://riverbankcomputing.com/software/sip/intro) - C or C++ Bindings Generator for Python v2 and v3. GPL 
⟡ sol2 (https://github.com/ThePhD/sol2) - A C++ Lua API wrapper with advanced features and top notch performance. MIT 
⟡ SWIG (https://github.com/swig/swig) - A wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. GPL/Output not licensed website (http://www.swig.org/)
⟡ SWIG (https://github.com/swig/swig) - A wrapper/interface Generator that let you link your c++ code to JavaScript, Perl, PHP, Python, Tcl and Ruby. GPL/Output not licensed website (http://www.swig.org/)
⟡ txiki.js (https://github.com/saghul/txiki.js) - A tiny JavaScript runtime. MIT 
⟡ V7 (https://github.com/cesanta/v7) - An embedded JavaScript engine. GPL2 
⟡ V8 (https://v8.dev) - A fast JavaScript engine by Google that can be embedded into any C++ application. BSD 
⟡ v8pp (https://github.com/pmed/v8pp) - Header-only library to expose C++ classes and functions into V8 to use them in JavaScript code. BOOST website (https://pmed.github.io/v8pp/)
@@ -1072,6 +1123,7 @@
Serialization
⟡ BitSerializer (https://github.com/PavelKisliak/BitSerializer) - Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack) MIT 
⟡ Bitsery (https://github.com/fraillt/bitsery) - Header only C++ binary serialization library. MIT 
⟡ Bond (https://github.com/Microsoft/bond) - An open source, cross-platform framework for working with schematized data. MIT 
⟡ Boost.Serialization (https://github.com/boostorg/serialization) - Boost Serialization Library. Boost website (https://boost.org/libs/serialization)
@@ -1088,8 +1140,10 @@
⟡ nanopb (https://github.com/nanopb/nanopb) - Small code-size Protocol Buffers implementation in ANSI C. Zlib 
⟡ protobuf (https://github.com/protocolbuffers/protobuf) - Protocol Buffers - Google's data interchange format. BSD 
⟡ protobuf-c (https://github.com/protobuf-c/protobuf-c) - Protocol Buffers implementation in C. BSD 
⟡ Protocol Puffers (https://github.com/PragmaTwice/protopuf) - A little, highly templated, and protobuf-compatible serialization/deserialization header-only library written in C++20. Apache-2.0 
⟡ SimpleBinaryEncoding (https://github.com/real-logic/simple-binary-encoding) - encoding and decoding application messages in binary format for low-latency applications. Apache2 
⟡ upb (https://github.com/protocolbuffers/upb) - A small protobuf implementation in C. BSD 
⟡ Wirehair (https://github.com/catid/wirehair) - O(N) Fountain Code for Large Data. BSD-3-Clause 
⟡ YAS (https://github.com/niXman/yas) - Very fast Yet Another Serialization library supports the binary/text/json formats. Boost 
⟡ zpp_bits (https://github.com/eyalz800/zpp_bits) - Actually, the fastest modern Serialization library. Just check this video (https://www.youtube.com/watch?v=G7-GQhCw8eE&ab_channel=CppCon).
@@ -1113,6 +1167,7 @@
⟡ libvpx (http://www.webmproject.org/code/) - VP8/VP9 Codec SDK. BSD 
⟡ FFmpeg (https://www.ffmpeg.org/) - A complete, cross-platform solution to record, convert and stream audio and video. LGPL2/GPL2 
⟡ avcpp (https://github.com/h4tr3d/avcpp) - Modern C++ wrapper around FFmpeg. MIT 
⟡ libde265 (https://github.com/strukturag/libde265) - Open h.265 video codec implementation. LGPL website (http://www.libde265.org/)
⟡ x265 (https://bitbucket.org/multicoreware/x265_git/src) - Open h.265 video codec implementation. GPL2 website (https://x265.readthedocs.io/en/master/)
⟡ OpenH264 (https://github.com/cisco/openh264) - Open Source H.264 Codec. BSD website (http://www.openh264.org/)
@@ -1131,20 +1186,20 @@
⟡ C++ REST SDK (https://github.com/Microsoft/cpprestsdk) - Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. MIT 
⟡ CppCMS (http://cppcms.com/) - A Free High Performance Web Development Framework (not a CMS). LGPLv3 
⟡ Crow (https://github.com/CrowCpp/Crow) - Crow is a C++ microframework for running web services. It uses routing similar to Python's Flask. BSD website (https://crowcpp.org)
⟡ Cutelyst (https://github.com/cutelyst/cutelyst) - A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework. LGPLv2.1+ website (https://cutelyst.org/)
⟡ Drogon (https://github.com/an-tao/drogon) - A C++14/17 based, high-performance HTTP application framework. MIT 
⟡ Cutelyst (https://github.com/cutelyst/cutelyst) - A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework. BSD-3-Clause website (https://cutelyst.org/)
⟡ Drogon (https://github.com/an-tao/drogon) - A C++17/20 based, high-performance HTTP application framework. MIT 
⟡ C++ wfrest (https://github.com/wfrest/wfrest) - C++ Web Framework REST API. Apache2 
⟡ facil.io (https://github.com/boazsegev/facil.io) - Evented, high performance C web framework supporting HTTP, WebSockets, SSE and more. MIT website (http://facil.io)
⟡ Kore (https://kore.io/) - ultra fast and flexible web server / framework for web applications developed in C. ISC 
⟡ libOnion (http://www.coralbits.com/libonion/) - lightweight library to help you create webservers in C programming language. LGPLv3 
⟡ lwan (https://github.com/lpereira/lwan) - Experimental, scalable, high performance HTTP server. GPL2 
⟡ oat++ (https://github.com/oatpp/oatpp) - Light, zero-dependency framework to create high-performance web-services. Apache-2.0 website (https://oatpp.io/)
⟡ Pistache (http://pistache.io/) - Pistache is a C++ REST framework written in pure C++11 with no external dependency. Apache2 
⟡ Pistache (https://pistacheio.github.io/pistache/) - Pistache is a C++ REST framework written in pure C++11 with no external dependency. Apache2 
⟡ QDjango (https://github.com/jlaine/qdjango/) - A web framework written in C++ and built on top of the Qt library. Where possible it tries to follow django's API, hence its name. LGPL 
⟡ TreeFrog Framework (https://github.com/treefrogframework/treefrog-framework) - High-speed and full-stack web application framework based on C++ and Qt, which supports HTTP and WebSocket protocol (with O/R mapping). BSD website 
(http://www.treefrogframework.org/)
⟡ userver (https://github.com/userver-framework/userver) - Asynchronous C++17 framework with a rich set of abstractions and database drivers for fast and comfortable creation of efficient microservices, services and utilities. 
Apache-2.0 website (https://userver.tech/)
⟡ userver (https://github.com/userver-framework/userver) - Asynchronous C++17 framework with a rich set of abstractions and database drivers for fast and comfortable creation of efficient microservices, services and utilities. Apache-2.0 website
(https://userver.tech/)
⟡ Wt (http://www.webtoolkit.eu/wt) - A C++ library for developing web applications. GPL/Proprietary 
XML
@@ -1165,9 +1220,13 @@
Yaml
⟡ fkYAML (https://github.com/fktn-k/fkYAML) - A C++ header-only YAML library. MIT 
⟡ LibCYAML (https://github.com/tlsa/libcyaml) - C library for reading and writing YAML. ISC 
⟡ libfyaml (https://github.com/pantoniou/libfyaml) - A fancy 1.2 YAML and JSON parser/writer. MIT 
⟡ LibYAML (https://github.com/yaml/libyaml) - A C library for parsing and emitting YAML. MIT website (https://pyyaml.org/wiki/LibYAML)
⟡ mini-yaml (https://github.com/jimmiebergmann/mini-yaml) - Single header YAML 1.0 C++11 serializer/deserializer. MIT 
⟡ yaml-cpp (https://github.com/jbeder/yaml-cpp) - A YAML parser and emitter in C++. MIT 
⟡ rapidyaml (https://github.com/biojppm/rapidyaml) - Rapid YAML is a C++ library to parse and emit YAML. MIT 
⟡ yaml-cpp (https://github.com/jbeder/yaml-cpp) - A YAML parser and emitter in C++. MIT 
Miscellaneous
Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet
@@ -1175,6 +1234,7 @@
⟡ access_profiler (https://github.com/arvidn/access_profiler) - A tool to count accesses to member variables in c++ programs. GPL3 
⟡ American fuzzy lop (http://lcamtuf.coredump.cx/afl/) a.k.a. afl-fuzz - Crazy fuzzing tool that automatically discovers bugs given time and minimal example input. Apache2 
⟡ Argon2 (https://github.com/P-H-C/phc-winner-argon2) - The password hash Argon2, winner of PHC. CC0/Apache2 
⟡ AsmJit (https://github.com/asmjit/asmjit) - Low-latency machine code generation. Zlib website (https://asmjit.com)
⟡ Better String (http://bstring.sourceforge.net) - An alternative to the string library for C which is more functional and does not have buffer overflow overrun problems. Also includes a C++ wrapper. BSD, GPL2 
⟡ Boost.Signals2 (https://github.com/boostorg/signals2) - An implementation of a managed signals and slots system. Boost website (https://boost.org/libs/signals2)
⟡ casacore (https://code.google.com/p/casacore/) - A set of c++ core libraries derived from aips++. LGPL 
@@ -1182,6 +1242,7 @@
⟡ Cheat Sheets of HackingCPP (https://hackingcpp.com/cpp/cheat_sheets.html) - Cool cheat sheets and infographics for algorithms, views, containers, randomness, etc.
⟡ Concord (https://github.com/Cogmasters/concord) - A Discord API wrapper library written in C. MIT website (https://cogmasters.github.io/concord)
⟡ CPPItertools (https://github.com/ryanhaining/cppitertools) - Range-based for loop add-ons inspired by the Python builtins and itertools library. BSD-2-Clause 
⟡ CPP-JWT (https://github.com/arun11299/cpp-jwt) - JSON Web Token library for C++. MIT 
⟡ cpp-lazy (https://github.com/MarcDirven/cpp-lazy) - a fast and easy lazy evaluation library for C++11/14/17/20. MIT 
⟡ CRCpp (https://github.com/d-bahr/CRCpp) - Easy to use and fast C++ CRC library. BSD-3-Clause 
⟡ cxx-prettyprint (https://github.com/louisdx/cxx-prettyprint) - A pretty printing library for C++ containers. Boost 
@@ -1190,37 +1251,55 @@
⟡ DynaMix (https://github.com/iboB/dynamix) - A library which allows you to compose and modify objects at run time. MIT 
⟡ emio (https://github.com/Viatorus/emio) - A safe and fast high-level and low-level character input/output library. MIT 
⟡ faker-cxx (https://github.com/cieslarmichal/faker-cxx) - C++20 Faker library for generating fake (but realistic) data for testing and development. MIT 
⟡ fast_float (https://github.com/fastfloat/fast_float) - Fast, Exact C++ from_chars, 4x to 10x faster than strtod, part of GCC 12, Chromium, Redis, Webkit/Safari. Apache2/BSL-1.0/MIT 
⟡ FastFormat (http://www.fastformat.org) - Fast, Safe C++ Formatting inspired by log4j and Pantheios. Simplified BSD 
⟡ fast_io (https://github.com/cppfastio/fast_io) - Significantly faster input/output for C++20. MIT 
⟡ fccf (https://github.com/p-ranav/fccf) - A command-line tool that recursively searches a directory to find C/C++ source code matching a search string. MIT 
⟡ {fmt} (https://github.com/fmtlib/fmt) :zap: - Small, safe and fast formatting library for C++. Simplified BSD website (https://fmt.dev)
⟡ gcc-poison (https://github.com/leafsr/gcc-poison) - A simple header file for developers to ban unsafe C/C++ functions from applications.
⟡ happly (https://github.com/nmwsharp/happly) - A C++ header-only parser for the PLY file format. Parse .ply happily! MIT 
⟡ hedley (https://github.com/nemequ/hedley) - A C/C++ header file designed to smooth over some platform-specific annoyances. website (https://nemequ.github.io/hedley/)
⟡ icecream-cpp (https://github.com/renatoGarcia/icecream-cpp) - A small printing library for debugging purposes. MIT 
⟡ Hexi (https://github.com/EmberEmu/Hexi) - Header-only, lightweight C++ library for binary streaming & serialization. Apache-2.0/MIT 
⟡ HighwayHash (https://github.com/google/highwayhash) - Fast strong hash functions: SipHash/HighwayHash. Apache-2.0 
⟡ inja (https://github.com/pantor/inja) - A Template Engine for Modern C++. MIT 
⟡ Jinja2С++ (https://github.com/jinja2cpp/Jinja2Cpp) - almost full-conformance template engine implementation. website (https://jinja2cpp.github.io/)
⟡ jwt-cpp (https://github.com/Thalhammer/jwt-cpp) - A header only library for creating and validating JSON web tokens in C++. MIT 
⟡ Kangaru (https://github.com/gracicot/kangaru) - A dependency injection container for C++11 and C++14. MIT 
⟡ Klib (https://github.com/attractivechaos/klib) - Small and lightweight implementations of common algorithms and data structures. MIT 
⟡ KOMIHASH (https://github.com/avaneev/komihash) - Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable. MIT 
⟡ libcpuid (https://github.com/anrieff/libcpuid) - A small C library for x86 CPU detection and feature extraction. BSD 
⟡ libenvpp (https://github.com/ph3at/libenvpp) - A modern C++ library for type-safe environment variable parsing. Apache-2.0 
⟡ libevil (https://github.com/avati/libevil) - The Evil License Manager. GPLv3 
⟡ libnih (https://github.com/keybuk/libnih) - A lightweight library of C functions and structures. GPL2.1 
⟡ libONVIF (https://github.com/Privatehive/libONVIF) - Yet another ONVIF library. GPL-3.0 
⟡ libpopcnt (https://github.com/kimwalisch/libpopcnt) - Fast C/C++ bit population count library. BSD-2-Clause 
⟡ libsigc++ (https://github.com/libsigcplusplus/libsigcplusplus) - A typesafe callback system for standard C++. LGPL website (https://libsigcplusplus.github.io/libsigcplusplus)
⟡ libusb (https://libusb.info/) - A universal USB library which allows for portable access to USB devices. LGPL2 
⟡ Mach7 (https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. BSD 
⟡ minja.hpp (https://github.com/google/minja) - A minimalistic C++ Jinja templating engine for LLM chat templates. MIT 
⟡ mio (https://github.com/mandreyel/mio) - Cross-platform C++11 header-only library for memory mapped file IO. MIT 
⟡ MPark.Variant (https://github.com/mpark/variant) - C++17 std::variant for C++11/14/17. BSL-1.0 
⟡ MPH (https://github.com/qlibs/mph) - C++20 Minimal Static Perfect Hash library. MIT 
⟡ PEGTL (https://github.com/taocpp/PEGTL) - The Parsing Expression Grammar Template Library. MIT 
⟡ Pipes (https://github.com/joboccara/pipes) - Pipelines for expressive code on collections in C++. MIT 
⟡ pprint (https://github.com/p-ranav/pprint) - Pretty Printer for Modern C++. MIT 
⟡ pspsdk (https://github.com/pspdev/pspsdk) - An open-source SDK for PSP homebrew development. BSD/GNU GPL3 
⟡ QtVerbalExpressions (https://github.com/VerbalExpressions/QtVerbalExpressions) - This Qt lib is based off of the C++ VerbalExpressions library. MIT 
⟡ rain (https://github.com/DOSAYGO-Research/rain) - The fastest 128-bit and 256-bit non-crypto hash, passes all tests, and under 140 source lines of code. Apache-2.0 
⟡ RapidFuzz (https://github.com/rapidfuzz/rapidfuzz-cpp) - Rapid fuzzy string matching in C++ using the Levenshtein Distance. MIT website (https://rapidfuzz.github.io/rapidfuzz-cpp/)
⟡ rapidhash (https://github.com/Nicoshev/rapidhash) - Very fast, high quality, platform-independent hashing algorithm. BSD-2-Clause 
⟡ Reaction (https://github.com/lumia431/reaction) - A lightweight, header-only reactive programming framework leveraging modern C++20 features for building efficient dataflow applications. MIT 
⟡ Remote Call Framework (http://www.deltavsoft.com/) - Inter-process communication framework for C++. GPL2/Proprietary 
⟡ reproc (https://github.com/DaanDeMeyer/reproc) - A cross-platform (C99/C++11) process library. MIT 
⟡ SafetyHook (https://github.com/cursey/safetyhook) - C++23 procedure hooking library. BSL-1.0 
⟡ scnlib (https://github.com/eliaskosunen/scnlib) - scanf for modern C++. Apache-2.0 website (https://v1.scnlib.dev/)
⟡ Scintilla (http://scintilla.org/) - A free source code editing component. MIT 
⟡ SDS (https://github.com/antirez/sds) - Simple Dynamic Strings library for C. BSD 
⟡ semver.c (https://github.com/h2non/semver.c) - A semver parser and render in ANSI C. MIT 
⟡ sigslot (http://sigslot.sourceforge.net/) - C++ Signal/Slot Library. PublicDomain 
⟡ SLJIT (https://github.com/zherczeg/sljit) - Platform independent low-level JIT compiler. BSD website (https://zherczeg.github.io/sljit/)
⟡ palacaze/sigslot (https://github.com/palacaze/sigslot) - A simple, header only, C++14 signal-slots implementation MIT 
⟡ simdzone (https://github.com/NLnetLabs/simdzone) - Fast and standards compliant DNS zone parser. BSD-3-Clause 
⟡ SimpleSignal (https://github.com/larspensjo/SimpleSignal) - High performance C++11 signals. PublicDomain 
⟡ Stage (https://github.com/rtv/Stage) - Mobile robot simulator. GPL2 
⟡ stb (https://github.com/nothings/stb) :zap: - A range of single-file libraries for C/C++. PublicDomain 
@@ -1228,15 +1307,18 @@
⟡ StringZilla (https://github.com/ashvardanian/StringZilla) - the Godzilla of string libraries, splitting, sorting, and shuffling large textual datasets faster than you can say "Tokyo Tower". Apache-2.0 
⟡ StrTk (https://www.partow.net/programming/strtk/index.html) - A C++ library consisting of high performance string processing routines. MIT 
⟡ tgbotxx (https://github.com/baderouaich/tgbotxx) - Telegram Bot C++ Library. MIT 
⟡ tiny::optional (https://github.com/Sedeniono/tiny-optional/) - Replacement for std::optional that does not waste memory unnecessarily. BSL-1.0 
⟡ Tulip Indicators (https://tulipindicators.org) - A C library of over 100 financial technical analysis indicators. LGPL 
⟡ ub-canaries (https://github.com/regehr/ub-canaries) - A collection of C/C++ programs that try to get compilers to exploit undefined behavior.
⟡ value-category-cheatsheet (https://github.com/jeaye/value-category-cheatsheet) A PDF cheatsheet for lvalues, rvalues, and the like. Jank copyleft 
⟡ VarTypes (https://github.com/szi/vartypes) - A feature-rich, object-oriented framework for managing variables in C++ / Qt4. LGPL 
⟡ Wildcards (https://github.com/zemasoft/wildcards/) - A simple C++ header-only template library implementing matching using wildcards. BSL-1.0 
⟡ xxHash (https://github.com/Cyan4973/xxHash) - Extremely fast non-cryptographic hash algorithm. BSD-2-Clause website (https://xxhash.com/)
⟡ xxhash_cpp (https://github.com/RedSpah/xxhash_cpp) - Port of the xxhash library to C++17. BSD-2-Clause 
⟡ ZBar (http://zbar.sourceforge.net/) - A barcode scanner library, which allows to scan photos/images/video streams for barcodes and return their value. LGPL2 
⟡ ZXing (https://github.com/zxing/zxing/) - An open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. Apache 
 Software
 Software
Software for creating a development environment.
Compiler
@@ -1246,7 +1328,8 @@
⟡ c (https://github.com/ryanmjacobs/c) - Compile and execute C "scripts" in one go! MIT 
⟡ Clang (http://clang.llvm.org/) - A C compiler for LLVM. Supports C++11/14/1z C11. Developed by LLVM Team. NCSA 
⟡ GCC (https://gcc.gnu.org/) - GNU Compiler Collection. Supports C++11/14/1z C11 and OpenMP. GNU GPL3 
⟡ PCC (http://pcc.ludd.ltu.se/) - A very old C compiler. Supports C99.
⟡ PCC (https://github.com/IanHarvey/pcc) - A very old C compiler. Supports C99.
⟡ AMD C++ Compiler (https://www.amd.com/en/developer/aocc.html) - Developed by AMD.
⟡ Intel C++ Compiler (https://software.intel.com/en-us/c-compilers) - Developed by Intel.
⟡ LLVM (http://llvm.org/) - Collection of modular and reusable compiler and toolchain technologies.
⟡ Microsoft Visual C++ (https://docs.microsoft.com/en-us/cpp/dotnet/dotnet-programming-with-cpp-cli-visual-cpp?view=msvc-160) - MSVC, developed by Microsoft.
@@ -1258,17 +1341,17 @@
List of online C or C++ compilers
⟡ codechef (https://www.codechef.com/ide) - A simple online compiler CodeChef.
⟡ codepad (http://codepad.org/) - An online compiler/interpreter, and a simple collaboration tool.
⟡ coliru (http://coliru.stacked-crooked.com/) - Online compiler/shell with support for various C++ compilers.
⟡ Compiler Explorer (http://gcc.godbolt.org/) - An interactive compiler with assembly output available.
⟡ CompileOnline (http://www.tutorialspoint.com/codingground.htm) - Compile and Execute C++ online on Linux.
⟡ Ideone (http://ideone.com/) - An online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.
⟡ OneCompiler (https://onecompiler.com/) - An online compiler supporting over 70 programming languages and database systems.
⟡ Programiz (https://www.programiz.com/cpp-programming/online-compiler) - An online compiler for learners and developers.
⟡ repl.it (https://repl.it) - A powerful yet simple tools and platforms for educators, learners, and developers.
⟡ Rextester (http://rextester.com/runcode) - Online compiler which provides several compilers(Clang, GCC, MSVC) and several editors.
⟡ Try It Online (https://tio.run/) - TIO is a family of online interpreters for an evergrowing list of practical and recreational programming languages.
⟡ Wandbox (https://wandbox.org) - An online Clang/GCC compiler with Boost available.
⟡ paiza.io (https://paiza.io/en) - An online C/C++ compiler with multiple files supporting feature, Github(gist) integration and collaborative editing.
⟡ paiza.io (https://paiza.io/en) - An online C/C++ compiler with multiple files supporting feature, GitHub(gist) integration and collaborative editing.
⟡ InterviewBit (https://www.interviewbit.com/online-cpp-compiler/) - A simple and easy to use online C++ compiler.
Debugger
@@ -1289,7 +1372,7 @@
⟡ Cevelop (https://www.cevelop.com) - Cross-platform C and C++ IDE based on Eclipse CDT with additional plug-ins.
⟡ CLion (http://www.jetbrains.com/clion/) - Cross-platform C and C++ IDE from JetBrains.
⟡ Code::Blocks (http://www.codeblocks.org/) - A free C, C++ and Fortran IDE.
⟡ CodeLite (http://codelite.org/) - Another cross-plaform, free C and C++ IDE. GPL2 with an exception for plugins 
⟡ CodeLite (http://codelite.org/) - Another cross-platform, free C and C++ IDE. GPL2 with an exception for plugins 
⟡ color_coded (https://github.com/jeaye/color_coded) - A vim plugin for libclang-based highlighting. MIT 
⟡ Dev-C++ (http://sourceforge.net/projects/orwelldevcpp/) - A portable C/C++/C++11 IDE.
⟡ Eclipse CDT (http://www.eclipse.org/cdt/) - A fully functional C and C++ IDE based on the Eclipse platform.
@@ -1307,6 +1390,7 @@
⟡ Xcode (https://developer.apple.com/xcode/) - Developed by Apple.
⟡ YouCompleteMe (https://github.com/ycm-core/YouCompleteMe) - YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.
⟡ cquery (https://github.com/cquery-project/cquery/) - A C++ code completion engine for vscode, emacs, vim, etc.
⟡ C Playground - Online C Programming IDE (https://programiz.pro/ide/c) - An online IDE to practice C Programming where you can write, edit, and run code online.
Build Systems
@@ -1326,7 +1410,7 @@
⟡ Ninja (https://ninja-build.org/) - A small build system with a focus on speed.
⟡ Sccache (https://github.com/mozilla/sccache) - A fast compiler cache for C/C++, with cross-platform support and cloud backed storage options.
⟡ Scons (http://www.scons.org/) - A software construction tool configured with a Python script.
⟡ Sconsolidator (http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.
⟡ Sconsolidator (https://github.com/IFS-HSR/SConsolidator) - Scons build system integration for Eclipse CDT.
⟡ Spack (https://spack.io/) - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. Apache-2.0/MIT 
⟡ SW (https://software-network.org/) - Cross-platform C++ (and other langs) Build System and Package Manager with a lot of packages available. GPLv3 
⟡ tundra (https://github.com/deplinenoise/tundra) - High-performance code build system designed to give the best possible incremental build times even for very large software projects.
@@ -1362,7 +1446,7 @@
⟡ EditorConfig (https://editorconfig.org/) - EditorConfig helps maintain consistent coding styles across different editors and IDEs.
⟡ Uncrustify (https://github.com/uncrustify/uncrustify) - Code beautifier.
 Resources
 Resources
Various resources, such as books, websites, and articles for improving your C++ development skills and knowledge.
API Design
@@ -1430,7 +1514,7 @@
⟡ CppCon Talks (https://www.youtube.com/user/CppCon/videos) :zap: - The C++ conference.
⟡ Quick game development with C++11/C++14 (https://github.com/SuperV1234/cppcon2014) - CppCon 2014 talk by Vittorio Romeo.
⟡ Presentation on Hana for C++Now 2015 (https://github.com/ldionne/hana-cppnow-2015)
⟡ Meeting Cpp (https://www.youtube.com/user/MeetingCPP/videos) - Meeting C++ Youtube Channel
⟡ Meeting Cpp (https://www.youtube.com/user/MeetingCPP/videos) - Meeting C++ YouTube Channel
Videos
Fantastic C or C++ related videos.
@@ -1446,6 +1530,7 @@
⟡ C Programming Tutorials (https://www.youtube.com/playlist?list=PL78280D6BE6F05D34) - All of TheNewBoston's C programming tutorials are right here.
⟡ Bo Qian's playlist (https://www.youtube.com/user/BoQianTheProgrammer/playlists) - Boost Library, C++ Standard Library, Modern C++, Advanced C++, Advanced STL, ...
⟡ The Cherno's C++ Playlist (https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb) - Extensive C++ tutorial series by The Cherno.
⟡ Code for Yourself C++ Playlist (https://www.youtube.com/playlist?list=PLwhKb0RIaIS1sJkejUmWj-0lk7v_xgCuT) - A complete C++ course covering everything from fundamentals to software design.
Websites
Useful C or C++ related websites.
@@ -1464,11 +1549,12 @@
⟡ Guru of the Week (http://www.gotw.ca/gotw/) - A regular series of C++ programming problems created and written by Herb Sutter.
⟡ Meeting C++ (http://meetingcpp.com/)
⟡ PVS-Studios challenge (https://quiz.pvs-studio.com) - PVS-Studios C++ quiz in which you're asked to find errors in code fragments of open source projects.
⟡ Udemy C++ Courses and Tutorials (https://www.udemy.com/topic/C-plus-plus-tutorials/)
⟡ Udemy C++ Courses and Tutorials (https://www.udemy.com/topic/c-plus-plus/)
⟡ C++ Hints (http://cpphints.com/) - Every business day hints about most often C++ mistakes and ways to solve them from PVS-Studio Team.
⟡ C++ tutorial (https://hackr.io/tutorials/learn-c-plus-plus) - A user ranked online tutorial bank site displaying multiple courses to learn C++ from.
⟡ C++ Tutorial for Beginners (https://www.scaler.com/topics/cpp) - A comprenhensive tutorial on C++ curated by trained experts.
⟡ cppexpert.online (https://cppexpert.online) - Learn the best C++ practices by improving code snippets with some problems or with bad practices.
⟡ C++ for yourself (https://github.com/cpp-for-yourself) - A comprehensive tutorial on modern C++ covering everything from fundamentals to software design.
Weblogs
Useful C or C++ related weblogs.
@@ -1495,7 +1581,7 @@
⟡ c-algorithms (https://github.com/fragglet/c-algorithms) - C algorithms library.
⟡ 30 Seconds of C++ (https://github.com/Bhupesh-V/30-seconds-of-cpp)
 Other Awesome Lists
 Other Awesome Lists
Other amazingly awesome lists
⟡ lists (https://github.com/jnv/lists) - List of (awesome) lists curated on GitHub.
@@ -1517,16 +1603,18 @@
⟡ Awesome interview questions (https://github.com/MaximAbramchuck/awesome-interviews) - A list of lists of interview questions for the most popular technologies, including C and C++.
⟡ nothings/single_file_libs (https://github.com/nothings/single_file_libs) :zap: - List of single-file C/C++ libraries.
 Jobs
 Jobs
⟡ This list is currently empty, but you can add to it by opening a merge request.
 Sponsors
 Sponsors
⟡ Please reach out if you are interested in sponsoring this repo. Your company's name and logo will be prominently displayed here.
 Contributing
 Contributing
Please take a quick gander at the contribution guidelines (https://github.com/fffaraz/awesome-cpp/blob/master/CONTRIBUTING.md) for details.
Thanks to all contributors (https://github.com/fffaraz/awesome-cpp/graphs/contributors); you rock!
If you see a project or link here that is no longer maintained or is not a good fit, please submit a pull request to improve this document. Thank you!
cpp Github: https://github.com/fffaraz/awesome-cpp