1
vote
How can I improve/replace sprintf, which I’ve measured to be a performance hotspot?
I would do a few things...
cache the current time so you don't have to regenerate the timestamp every time
do the time conversion manually. The slowest part of the pri …
