We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In issue #40 and a subsequent pull request, @LordJZ propose to compare the UTF-16 csFastFloat parser with a standard UTF-8 parser.
Of course, csFastFloat should be able to provide a UTF-8 parser as well, and it could benefit from SWAR techniques which are not fruitful with UTF-16 inputs (see parse_eight_digits_unrolled in https://github.com/fastfloat/fast_float/blob/main/include/fast_float/ascii_number.h).
parse_eight_digits_unrolled
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In issue #40 and a subsequent pull request, @LordJZ propose to compare the UTF-16 csFastFloat parser with a standard UTF-8 parser.
Of course, csFastFloat should be able to provide a UTF-8 parser as well, and it could benefit from SWAR techniques which are not fruitful with UTF-16 inputs (see
parse_eight_digits_unrolled
in https://github.com/fastfloat/fast_float/blob/main/include/fast_float/ascii_number.h).The text was updated successfully, but these errors were encountered: