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
Right now the implementation of Burger's algorithm used to serialize floats only accepts doubles. To make it also accept reals should only mean changing some constants depending on the floating point type being serialized.
As part of this addition, it should also be possible to make the implementation more optimal for the float type.
The text was updated successfully, but these errors were encountered:
This issue partially addressed by the addition of mach.text.numeric.hexfloats which, though it outputs data in a different format, does not suffer from any such limitation.
Right now the implementation of Burger's algorithm used to serialize floats only accepts doubles. To make it also accept reals should only mean changing some constants depending on the floating point type being serialized.
As part of this addition, it should also be possible to make the implementation more optimal for the
float
type.The text was updated successfully, but these errors were encountered: