tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

Remove lexical_cast from parse_number #94

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

A huge parsing slowness comes from the use of boost::lexical_cast in parse_number and the reliance on it throwing.