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

Whether to consider optimizing the JSON parsing function #345

Closed
neilliu9891 opened this issue Dec 8, 2022 · 2 comments · May be fixed by #364
Closed

Whether to consider optimizing the JSON parsing function #345

neilliu9891 opened this issue Dec 8, 2022 · 2 comments · May be fixed by #364

Comments

@neilliu9891
Copy link

json.Unmarshal is too slow,whether to consider optimizing the json parsing function?
image

@dave-tucker
Copy link
Collaborator

Those are standard library functions - so nothing we can do here to optimize them.
It might be worth trying out https://github.com/mailru/easyjson - contributions are welcome.

@neilliu9891
Copy link
Author

ok, thanks~

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.

2 participants