Stars
Modern C++17 actor-based framework for building high-performance concurrent and distributed systems. Features asynchronous I/O, lock-free messaging, cross-platform support (Linux/macOS/Windows), an…
Anthropic's Interactive Prompt Engineering Tutorial
Record audio and save a transcription to your system's clipboard with ctranslate2 and faster-whisper.
sqlgen is an ORM and SQL query generator for C++-20, similar to Python's SQLAlchemy/SQLModel or Rust's Diesel.
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
Lightweight header-only C++20 enum and typename reflection
A Faster Enum Reflection For C++20 Since I Don't Want To Wait For C++26 Reflection
A lightweight C++ SDK for implementing the MCP Server.
A lightweight, header-only, high-performance reactive programming framework for C++20.
A collection of selected Windows/Linux example programs from my book ‘Cross-platform programming with C++ and wxWidgets 3’
Interactive clang-format configuration tool
DotNet 8, Identity, OpenID Connect and OAuth 2.0 Framework for ASP.NET Core Identity Server 8
A General-purpose Task-parallel Programming System using Modern C++
cpp-redis / cpp_redis
Forked from Cylix/cpp_redisC++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
The curated list of awesome C++ Coroutine resources.
`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
An easy-to-use and fast library for task-based parallelism, utilizing coroutines.
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
andreasbuhr / cppcoro
Forked from lewissbaker/cppcoroA library of C++ coroutine abstractions for the coroutines TS
Archived experiment - see https://github.com/openkneeboard/openkneeboard for a real world example
The granddaddy of HTML tools, with support for modern standards
A C++ HTML parser library, inspired by BeautifulSoup