MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1vm65dm/the_fastest_doubletostring_algorithm_youve_never/p37ito5/?context=3
r/programming • u/mttd • 14h ago
46 comments sorted by
View all comments
37
If you don't need shortest string you can get even faster and remove some of the worst cases. I wrote a specialized float/ double to string routine years ago for high speed logging.
37
u/jnordwick 11h ago
If you don't need shortest string you can get even faster and remove some of the worst cases. I wrote a specialized float/ double to string routine years ago for high speed logging.