uhub / awesome-cppLinks
A curated list of awesome C++ frameworks, libraries and software.
☆1,109Updated last week
Alternatives and similar repositories for awesome-cpp
Users that are interested in awesome-cpp are comparing it to the libraries listed below
Sorting:
- Functional Programming Library for C++. Write concise and readable C++ code.☆2,191Updated 3 weeks ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,536Updated 2 weeks ago
- A curated list of awesome CMake resources, scripts, modules and examples.☆5,198Updated 9 months ago
- A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by a…☆2,437Updated 2 years ago
- Template for reliable, cross-platform C++ project setup using cmake.☆928Updated last month
- A date and time library based on the C++11/14/17 <chrono> header☆3,257Updated this week
- A collection of resources on modern C++☆12,331Updated 9 months ago
- A type safe SQL template library for C++☆2,547Updated last week
- Slides and other materials from CppCon 2018☆1,435Updated 6 years ago
- C++14 State Machine library☆1,227Updated last week
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,021Updated last week
- A C++11 library for serialization☆4,427Updated 4 months ago
- A curated list of awesome header-only C++ libraries☆3,745Updated 10 months ago
- Slides and other materials from CppCon 2019☆1,249Updated 2 years ago
- Slides and other materials from CppCon 2016☆1,814Updated 7 years ago
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,565Updated last month
- Slides and other materials from CppCon 2020☆1,632Updated 4 years ago
- Your standard library for metaprogramming☆1,764Updated last week
- A Minimal, Header only Modern c++ library for terminal goodies 💄✨☆1,532Updated 10 months ago
- A lightweight C++ logging library☆1,830Updated 11 months ago
- Range library for C++14/17/20, basis for C++20's std::ranges☆4,246Updated 2 months ago
- Speaker materials from CppCon 2014☆2,294Updated 9 years ago
- Argh! A minimalist argument handler.☆1,372Updated 4 months ago
- A library of C++ coroutine abstractions for the coroutines TS