1.Abseil

In short, C++ base library. Facebook’s Folly Library.

Abseil has been in development at Google for more than a decade and is made up of Google’s basic C ++ and Python code base. It is designed to support developers of projects such as Protocol Buffers, gRPC and TensorFlow. Google describes Abseil as “a series of basic software libraries extracted from Google’s internal code blocks.” As a basic component, these software libraries support almost all of the projects Google runs. These apis used to be embedded in bits and pieces in most of Google’s open source projects, but now we’ve pieced them together into one comprehensive project.

Github.com/abseil/abse…

 

2.Breakpad

In short, it is a cross-platform dump file generation and analysis library.

Breakpad is a very useful cross-platform crash dump and analysis module that supports Windows, Linux and Mac and Solaris. Because it is cross-platform, it greatly reduces the work we need to do in platform porting. After all, crash dumps are different on every platform and are difficult to be used uniformly. Google BreakPad helps us to do this.

Github.com/google/brea…

 

3.Double-conversion

This project (double conversion) provides binary-decimal and decimal-binary routines for IEEE double precision.

Github.com/google/doub…

 

4.