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?
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.
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.