About 50 results
Open links in new tab
  1. abseil / abseil.io

    If your use cases are “normal” (or at least, in-line with what we’ve found to be normal), Abseil provides a useful counterpoint to the designs chosen by the C++ standard.

  2. C++ Quickstart - Abseil

    This document is designed to allow you to get the Abseil development environment up and running. We recommend that each person starting development with Abseil code at least run through this quick …

  3. Introduction to Abseil

    Abseil is an open-source collection of C++ code (compliant to C++17) designed to augment the C++ standard library. This document introduces Abseil and provides an overview of the code we’re …

  4. About Abseil

    Abseil encompasses the most basic building blocks of Google’s codebase: code that is production-tested and will be fully maintained for years to come. Our primary purpose in releasing Abseil is to …

  5. abseil / C++ Developer Guide

    The Abseil C++ Developer Guide provides programming documentation for the Abseil C++ code on https://github.com/abseil/abseil-cpp. Much of the code within that repository is heavily documented; …

  6. C++ Programming Guides - Abseil

    The developer guides below complement comments within the Abseil header files. Over time, we hope to have comprehensive documentation, including examples, for all code within Abseil within this guide.

  7. Abseil Containers

    Abseil provides a number of containers as alternatives to STL containers. These containers generally adhere to the properties of STL containers, though there are often some associated API differences …

  8. C++ Quickstart With CMake - Abseil

    This document is designed to allow you to get the Abseil development environment up and running using CMake. We recommend that each person starting development with Abseil code at least run …

  9. Abseil Fundamentals

    Enforces Abseil policies that can be enforced at build time, such as minimum compiler and library versions. For more information, consult the Abseil Platforms Guide.

  10. abseil / Performance Hints

    Jul 27, 2023 · @misc{DeanGhemawatPerformance2025, author = {Dean, Jeffrey and Ghemawat, Sanjay}, title = {Performance Hints}, year = {2025}, howpublished = …