Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adopting Ryu for faster floating point to string conversion. #1332

Open
bmahler opened this issue Jul 28, 2018 · 1 comment
Open

Comments

@bmahler
Copy link

bmahler commented Jul 28, 2018

Ryu was published in PLDI'18 and appears to be 70% faster than Grisu3:
https://dl.acm.org/citation.cfm?id=3192369

A C implementation is included in the github project:
https://github.com/ulfjack/ryu

@bmahler
Copy link
Author

bmahler commented Jul 31, 2018

Some discussion in rust-lang:
rust-lang/rust#52811

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants