# abseil/abseil-cpp

Abseil Common Libraries (C++)

Repository: https://github.com/abseil/abseil-cpp
Canonical: https://ross.abutalabs.com/products/abseil-cpp
Homepage: https://abseil.io
Language: C++
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T23:13:04+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 86, longevity 100
- inputs: {"age_days": 3269, "days_push": 7, "days_rel": 15, "gap_med": 34.5, "n_releases_24m": 17}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 18104, forks 3189 (observed 2026-08-28T04:11:26.319360+00:00)

## What it is
Abseil is an open-source collection of C++17-compliant libraries drawn from Google's internal codebase, designed to augment the C++ standard library. It provides production-tested utilities for strings, containers, synchronization, time, hashing, numerics, debugging, and more, built with Bazel or CMake.

## Use cases
- use Google's production-tested C++ utility libraries in my project
- get std::string_view-like types and utilities on older C++ standards
- find better mutex and synchronization primitives than std::mutex
- parse and format times with timezone support in C++
- add 128-bit integers and bitwise math to C++ code
- get stack traces and leak checking for debugging C++ programs
- share common code between gRPC, protobuf, and TensorFlow projects

## When to choose
- starting a new C++ project that wants well-tested foundational utilities
- your project depends on Google OSS like gRPC, protobuf, or TensorFlow that already use Abseil types
- you need utilities missing from or diverging from the C++ standard with clear rationale
- you can adopt a live-at-head or LTS release workflow

## When to avoid
- you want a minimal dependency footprint and only need one or two small utilities
- your toolchain cannot target C++17
- you need a framework or application rather than a utility library
- you cannot tolerate occasional API changes across LTS releases

## Facets
- artifact type: library
- maturity: stable
- function: developer-tools, concurrency, error-handling, date-time, logging, serialization, math, cryptography
- domain: developer-tools, cross-platform, performance
- platform: windows, cpp, cross-platform
- tags: cpp17, google, standard-library-augmentation, bazel, cmake, containers, strings, synchronization, time, hashing, algorithms, linux, macos

## Member repositories
- abseil/abseil-cpp (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:26.319360+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:02:09.520148+00:00, confidence not recorded.
  - readme: https://github.com/abseil/abseil-cpp (fetched 2026-08-28T04:11:26.319360+00:00, sha a94b0daf1028)
  - homepage: https://abseil.io (fetched 2026-08-29T08:00:21.409717+00:00, sha 2ca8d926606f)
  - site_page: https://abseil.io/about (fetched 2026-08-29T08:00:21.418840+00:00, sha d22764cb82ea)
  - site_page: https://abseil.io/docs/cpp (fetched 2026-08-29T08:00:21.420765+00:00, sha 222cc0003c50)
  - site_page: https://abseil.io/docs/python (fetched 2026-08-29T08:00:21.423046+00:00, sha fb4a91afbe22)
  - site_page: https://abseil.io/docs (fetched 2026-08-29T08:00:21.425583+00:00, sha 657c19be0a6b)
  - site_page: https://abseil.io/docs/cpp/quickstart (fetched 2026-08-29T08:00:21.427689+00:00, sha 2f1620f04506)
  - site_page: https://abseil.io/about/philosophy (fetched 2026-08-29T08:00:21.429739+00:00, sha 3562acfb29e9)
  - site_page: https://abseil.io/about/compatibility (fetched 2026-08-29T08:00:21.431798+00:00, sha 62534b562499)
  - site_page: https://abseil.io/about/intro (fetched 2026-08-29T08:00:21.433989+00:00, sha 7ce9a085e381)
- Data as of 2026-08-30T08:39:29.467469+00:00.
