You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text writer currently uses sprintf for its float-to-string conversions. Ryu may provide an opportunity to improve both the correctness and performance of this conversion.
From the authors:
We present Ryū, a new routine to convert binary floating point numbers to their decimal representations using only fixed-size integer operations, and prove its correctness. Ryū is simpler and approximately three times faster than the previously fastest implementation.
The text writer currently uses
sprintf
for its float-to-string conversions. Ryu may provide an opportunity to improve both the correctness and performance of this conversion.From the authors:
See also:
The text was updated successfully, but these errors were encountered: