Neargye's Stars
gabime/spdlog
Fast C++ logging library.
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
cpp-best-practices/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
doctest/doctest
The fastest feature-rich C++11/14/17/20/23 single-header testing framework
lewissbaker/cppcoro
A library of C++ coroutine abstractions for the coroutines TS
hanickadot/compile-time-regular-expressions
Compile Time Regular Expression in C++
wolfgarbe/SymSpell
SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
Dobiasd/FunctionalPlus
Functional Programming Library for C++. Write concise and readable C++ code.
felixguendling/cista
Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
skarupke/flat_hash_map
A very fast hashtable
foonathan/type_safe
Zero overhead utilities for preventing bugs at compile time
martinus/robin-hood-hashing
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
Amanieu/asyncplusplus
Async++ concurrency framework for C++11
serge-sans-paille/frozen
a header-only, constexpr alternative to gperf for C++14 users
TartanLlama/optional
C++11/14/17 std::optional with functional-style extensions and reference support
nemequ/hedley
A C/C++ header to help move #ifdefs out of your code
nfrechette/rtm
Realtime Math
Manu343726/ctti
Compile Time Type Information for C++
Stiffstream/sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
luncliff/coroutine
C++ 20 Coroutines in Action (Helpers + Test Code Examples)
amiremohamadi/DuckX
C++ library for creating and modifying Microsoft Word (.docx) files
tcbrindle/NanoRange
Range-based goodness for C++17
arximboldi/zug
Transducers for C++ — Clojure style higher order push/pull sequence transformations
rollbear/dry-comparisons
C++17 Utility classes for comparing multiple values in one simple expression
martinmoene/ring-span-lite
ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
simonask/rx-ranges
rx::ranges is a minimalist ranges library for C++17
DaemonSnake/unconstexpr-cpp20
C++20 implementation of mutable constexpr expressions
yandex/handystats
C++ library for collecting user-defined in-process runtime statistics with low overhead
voivoid/return_adapters
steve-downey/anyduck
Exploring type erased ducks