Closed pior closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.31%. Comparing base (
4f00f52
) to head (2d6d6f4
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context
While
fmt.Sprintf
is handy, and usually fast enough for most use-cases, we should probably avoid using it for string concatenation on the hot path.Micro-benchmark:
Changes
fmt.Sprintf
with string concatenation when building redis key names/prefixes