ulfjack / ryu

Converts floating point numbers to decimal strings
Apache License 2.0
1.19k stars 99 forks source link

Make Ryu "to shortest" mode compatible with double-conversion #143

Closed alexey-milovidov closed 4 years ago

alexey-milovidov commented 4 years ago

This implementation is slightly suboptimal but still wins over double-conversion.

alexey-milovidov commented 4 years ago

Sorry, wrong repo.

alexey-milovidov commented 4 years ago

It has to be here: https://github.com/ClickHouse-Extras/ryu/pull/1 But I hope you will understand my intent :)

See also: https://github.com/ClickHouse/ClickHouse/pull/8542