abseil-cpp
C++ utilities
A collection of C++ utility code designed to augment the standard library and fill gaps in various areas.
Abseil Common Libraries (C++)
15k stars
592 watching
3k forks
Language: C++
last commit: 7 days ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tbeu/adventofcode | Solutions to Advent of Code puzzles in C++ | 11 |
microsoft/gsl | Provides functions and types to support guidelines for C++ development. | 6,204 |
microsoft/stl | The Microsoft C++ Standard Library implementation | 10,204 |
isocpp/cppcoreguidelines | A collection of guidelines and best practices for writing modern C++ code. | 42,842 |
thelartians/moderncppstarter | A template project providing a set of tools and best practices for building modern C++ projects with automated testing, continuous integration, and code coverage. | 4,468 |
vss2sn/advent_of_code | A repository of solutions to Advent of Code puzzles in C++ | 45 |
jbeder/yaml-cpp | A C++ library for parsing and emitting YAML data | 5,160 |
vittorioromeo/cppnow2015 | A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |
cpp-best-practices/cppbestpractices | A collection of guidelines and resources for writing high-quality C++ code. | 8,134 |
albin-johansson/centurion | A modern C++ wrapper library for SDL2 aiming to improve type-safety and ease-of-use. | 306 |
oatpp/oatpp | A C++ web framework designed to build scalable and resource-efficient web applications | 7,910 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 730 |
thejan14/adventofcode2023 | Solutions to Advent of Code 2023 programming puzzles in C++ | 1 |
pocoproject/poco | A collection of C++ class libraries providing solutions to frequently encountered problems in network-centric applications. | 8,434 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 510 |