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 input reading #4

Closed
xonixx opened this issue Oct 31, 2021 · 0 comments
Closed

Optimize input reading #4

xonixx opened this issue Oct 31, 2021 · 0 comments
Assignees

Comments

@xonixx
Copy link
Owner

xonixx commented Oct 31, 2021

Atm we read the whole JSON into memory, then parse as a whole string.

What if we read one char at a time from input and parse on the fly?

@xonixx xonixx self-assigned this Oct 31, 2021
xonixx added a commit that referenced this issue Oct 31, 2021
xonixx added a commit that referenced this issue Nov 13, 2021
xonixx added a commit that referenced this issue Nov 13, 2021
xonixx added a commit that referenced this issue Nov 13, 2021
@xonixx xonixx closed this as completed Nov 13, 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

No branches or pull requests

1 participant