Abseil Common Libraries (C++)
Browse cluster: Protocol Buffers & gRPC Ecosystem →Abseil is an open-source collection of C++ library code designed to augment the C++ standard library, built from Google's own production codebase and compliant with C++17. The project provides components across multiple domains including containers, synchronization primitives, string utilities, time and timezone handling, random number generation, status/error handling, logging, hashing, debugging, and memory management. Abseil supports building via both Bazel and CMake, with dependencies on Google Test for testing, and is licensed under the Apache license.