Performance Tip of the Week
本文为摘录(或转载),侵删,原文为: https://abseil.io/fast
1 #9: Optimizations past their prime
1.1 Best practices
– 可能的情况下编写清晰、惯用的代码
Prefer writing clear, idiomatic code whenever possible. It is not only easier to read
and debug, but in the long run, also easier for the compiler to optimize.