SherClockHolmes / webpush-go

Web Push API Encryption with VAPID support.
MIT License
312 stars 67 forks source link

Concatenate strings directly instead of using fmt #46

Open Richtermeister opened 2 years ago

Richtermeister commented 2 years ago

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