beached / daw_json_link

Fast, convenient JSON serialization and parsing in C++

Home Page:https://beached.github.io/daw_json_link/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accurate number parsing

9il opened this issue · comments

Current implementation has inaccurate number parsing.

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

This is currently being looked at and has some patching
#182

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