⚡ micro-optimizations for dump()
numtostr now directly writes to a stream. Return value of snprintf is reused to avoid finding end of string. Cachegrind suggests a 1% performance increase.
Showing
Please register or sign in to comment