summaryrefslogtreecommitdiff
path: root/benchmark/util
Commit message (Collapse)AuthorAgeFilesLines
* [benchmark] Add a benchmark for our dtoa implementationThiago Marcos P. Santos2017-07-121-0/+66
Make sure it is faster than std::to_value(). And it is, by ~30% for the normal use case, and much faster when close to the double limits. util::dtoa also offers a much better precision.