vivkin / gason

Lightweight and fast JSON parser for C++
MIT License
338 stars 51 forks source link

Accurate number parsing #35

Open 9il opened 3 years ago

9il commented 3 years ago

Current implementation has inaccurate number parsing.

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

This issue is an extension of #19

DBJDBJ commented 3 years ago

https://github.com/lemire/fast_double_parser