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: about 2 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tbeu/adventofcode | Solutions to Advent of Code puzzles in C++ | 13 |
microsoft/gsl | A C++ library providing common data structures and utilities for building compliant C++ programs | 6,245 |
microsoft/stl | The Microsoft C++ Standard Library implementation | 10,269 |
isocpp/cppcoreguidelines | A collection of guidelines and best practices for writing modern C++ code. | 43,002 |
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,526 |
vss2sn/advent_of_code | Repository containing solutions to Advent of Code puzzles in C++ and Python | 50 |
jbeder/yaml-cpp | A C++ library for parsing and emitting YAML data | 5,212 |
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,205 |
albin-johansson/centurion | A modern C++ wrapper library for SDL2 aiming to improve type-safety and ease-of-use. | 309 |
oatpp/oatpp | A C++ web framework designed to build scalable and resource-efficient web applications. | 7,958 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 731 |
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 internet-age network-centric applications | 8,503 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 514 |