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 number parsing #15

Open
chadaustin opened this issue Apr 30, 2017 · 0 comments
Open

optimize number parsing #15

chadaustin opened this issue Apr 30, 2017 · 0 comments

Comments

@chadaustin
Copy link
Owner

The only benchmark where sajson loses to rapidjson is number parsing. Need to split the integer loop from the floating point loop (which has the important effect of breaking p's dependency chain on the numeric value).

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

1 participant