mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
String.format can be potentially expensive, and if using `printable()` within a hot loop that can be a performance penalty. Admittedly, it doesn't seem like a good idea to call printable() from within a hot loop, but if you have to, it's good for it to perform well.