Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.86 KB

readme.md

File metadata and controls

56 lines (41 loc) · 2.86 KB

Abseil:C++ Tips of the Week 翻译

概览

什么是 Abseil?Abseil 是一个 C++ 库的开源集合,并广泛应用于 Google 的各个项目中。参考官网的解释:

Abseil is an open source collection of C++ libraries drawn from the most fundamental pieces of Google’s internal codebase. These libraries are the nuts-and-bolts that underpin almost everything Google runs.

更多详情可以参考 About Abseil

Google 内部发布了一系列 C++ 技巧,大约每周一次,被称为 C++ Tips of Week(TotW),并在 Google 内部成为经典,被大量引用。

Google 通过 Abseil 开发社区公布这些 TotW,本文的即是对这些 TotW 的翻译,旨在学习和记录。

需要注意的是,Google 所公布的 TotW 的序号并非是顺序的,这是因为保留了原本内部 Google 的引用序号,读者不必深究。

We will be keeping the original numbering scheme on these tips, and original publication date, so that the 12K or so people that have some exposure to the original numbering don't have to learn new citations. As a result, some tips may appear missing and/or out of order to a casual reader. But rest assured, we're giving you the good stuff.

C++ Tips of Week 翻译目录

参考文献

  1. About Abseil
  2. C++ Tips of the Week
  3. C++ Tips of the Week 中文翻译