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
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.
I haven't investigated in the slightest, but it sounds like something that would be valuable to implement in the Ion serializers.
The text was updated successfully, but these errors were encountered:
Just saw this on Hacker News: https://pldi18.sigplan.org/event/pldi-2018-papers-ry-fast-float-to-string-conversion
I haven't investigated in the slightest, but it sounds like something that would be valuable to implement in the Ion serializers.
The text was updated successfully, but these errors were encountered: