Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [benchmark] Add a benchmark for our dtoa implementation | Thiago Marcos P. Santos | 2017-07-12 | 1 | -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. |