Abseil - AshokBhat/notes GitHub Wiki

About

  • Open-source collection of C++ libraries (compliant to C++11)
  • From the most fundamental pieces of Google's internal codebase
  • Nuts-and-bolts that underpin almost everything Google runs
  • Designed to augment the C++ standard library
  • Developed and maintained by Google

Goals

  • Easily support Google open source projects sharing their C++ code outside of Google
  • Provides alternatives to the standard for particular use cases needed in the Google codebase

See also

  • [Boost]] ](/AshokBhat/notes/wiki/[[libc++) | Abseil