JSON-Splora icon indicating copy to clipboard operation
JSON-Splora copied to clipboard

JSON "big" files takes ages

Open pantchox opened this issue 8 years ago • 1 comments

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.

pantchox avatar Mar 25 '17 15:03 pantchox

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.

jsmm avatar Mar 08 '18 07:03 jsmm