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

Provide UTF-8 based parser #43

Closed
lemire opened this issue Feb 23, 2021 · 0 comments · Fixed by #49
Closed

Provide UTF-8 based parser #43

lemire opened this issue Feb 23, 2021 · 0 comments · Fixed by #49

Comments

@lemire
Copy link
Collaborator

lemire commented Feb 23, 2021

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).

This was referenced Feb 23, 2021
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

Successfully merging a pull request may close this issue.

1 participant