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

benchmark json deserializer and optimize duplicated code #36

Open
onur-ozkan opened this issue Feb 10, 2023 · 0 comments
Open

benchmark json deserializer and optimize duplicated code #36

onur-ozkan opened this issue Feb 10, 2023 · 0 comments
Labels
optimization optimization specific tasks

Comments

@onur-ozkan
Copy link
Member

onur-ozkan commented Feb 10, 2023

json works fine without any problem as it replaced serde and serde_json. It just needs some refactoring on duplicated blocks.

json was made for replacing 3rd party json deserializer dependencies, so I didn't put much effort on performance in order to have extra time on focusing other tasks. Since json crate successfully replaced serde and finished it's first goal, now, optimizing and benchmarking it's performance is the next important goal.

@onur-ozkan onur-ozkan added the optimization optimization specific tasks label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization optimization specific tasks
Projects
None yet
Development

No branches or pull requests

1 participant