daw_json_link icon indicating copy to clipboard operation
daw_json_link copied to clipboard

Accurate number parsing

Open 9il opened this issue 3 years ago • 2 comments

Current implementation has inaccurate number parsing.

How to Read Floating Point Numbers Accurately by William D. Clinger - a classic paper on number parsing.

9il avatar May 10 '21 05:05 9il

This is currently being looked at and has some patching https://github.com/beached/daw_json_link/issues/182

beached avatar May 11 '21 12:05 beached

Number parsing has a precise mode now, but performance has not been optimized

beached avatar May 31 '21 19:05 beached