Performance Hints – Jeff Dean and Sanjay Ghemawat
abseil.io·15h·
⚙️Performance Profiling
Preview
Report Post

Jeff Dean, Sanjay Ghemawat

Original version: 2023/07/27, last updated: 2025/12/16

Over the years, we (Jeff & Sanjay) have done a fair bit of diving into performance tuning of various pieces of code, and improving the performance of our software has been important from the very earliest days of Google, since it lets us do more for more users. We wrote this document as a way of identifying some general principles and specific techniques that we use when doing this sort of work, and tried to pick illustrative source code changes (change lists, or CLs) that provide examples of the various approaches and techniques. Most of the concrete suggestions below reference C++ types and CLs, but the gener…

Similar Posts

Loading similar posts...