1
vote
How can I improve/replace sprintf, which I’ve measured to be a performance hotspot?
How about caching the results? Isn't that a possibility? Considering that this particular sprintf() call is made too often in your code, I'm assuming that between most of these consecutive calls, t …
