webpush-go icon indicating copy to clipboard operation
webpush-go copied to clipboard

Concatenate strings directly instead of using fmt

Open Richtermeister opened this issue 3 years ago • 0 comments

This seems like a micro-optimization, but we are running this code in a tight loop and this saves 5 unnecessary allocations.

Richtermeister avatar Jun 21 '22 23:06 Richtermeister