float_fast_print
float_fast_print copied to clipboard
Fast float-to-string conversion based on the Ryū algorithm by Ulf Adams.
Results
3
float_fast_print issues
Sort by
recently updated
recently updated
newest added
I wanted to add a comparison to the orginial C implementation thanks to [this wrapper crate](https://crates.io/crates/ryu), but I don't know how to run the benchmarks …
I see a benchmark called `bench_dtoa` mentioned in the readme but I couldn't find the code for it.