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

optimization for large json object #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cainiaokan
Copy link

@cainiaokan cainiaokan commented Dec 16, 2019

There's a chance that the initial state of the page may contain very large json object. The evaluation of large json object is slow compared to calling JSON.parse function.

Pls check faster-javascript-apps-with-json-parse

There's a chance that the initial state of the page may contain very large json object. The evaluation of large json object is slow compared to calling JSON.parse function.

Pls see https://www.bram.us/2019/11/25/faster-javascript-apps-with-json-parse/
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 this pull request may close these issues.

1 participant