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

Optimize Performance for Slow-Path Cases #32

Open
Alexhuszagh opened this issue Aug 22, 2021 · 1 comment
Open

Optimize Performance for Slow-Path Cases #32

Alexhuszagh opened this issue Aug 22, 2021 · 1 comment

Comments

@Alexhuszagh
Copy link
Contributor

Recently, upon a major rewrite of lexical, noticed that although performance for fast_float and fast-float Rust was by far the most performant of any library, for near-halfway cases, especially those with many digits or large exponents, the performance dwindled rapidly. A detailed description can be found in fastfloat/fast_float#93, and a PR to fix the aforementioned issue can be found in fastfloat/fast_float#96.

As with fast_float, I own all the code required, and am willing to submit it under any license, including public domain. It might take me a while to finish the PR, as I am doing some work with other projects and work, but would be more than happy to submit a PR if there is interest.

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

No branches or pull requests

2 participants