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

JSON "big" files takes ages #81

Open
pantchox opened this issue Mar 25, 2017 · 1 comment
Open

JSON "big" files takes ages #81

pantchox opened this issue Mar 25, 2017 · 1 comment

Comments

@pantchox
Copy link

Hello,
Loading a 10MB json file takes almost 2 minutes.
trying to use the basic JS functions gets the window stack.
Is this a known issue? is electron limited in memory regarding parsing a json file?

thanks.

@jsmm
Copy link

jsmm commented Mar 8, 2018

I understand that JSON Lines is more memory efficient because records can be read one at a time, instead of storing all of them in memory. It would be nice if JSON-Splora could support both json formats.

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

2 participants