Open
Description
Have you considered optimizing the code size for parsing floats?
The LUT power_of_five_128
has approximately ~1400 entries which are needed for parsing doubles.
I don't know how many entries are required for parsing a float, but I suspect the LUT could be a lot smaller in that case.
If there was a separate LUT for parsing floats, the compiled binary size could be reduced significantly.
Metadata
Metadata
Assignees
Labels
No labels