Replies: 5 comments 2 replies
-
Thanks for your input @js-9 What is "large" to you? What kind of document sizes are you talking about? Interesting idea to make at least the CLI stream based like |
Beta Was this translation helpful? Give feedback.
-
I was working on a pretty big geojson dataset of 783MB. The limitation of modern nodejs, as I've found out, for string size is 512MB. |
Beta Was this translation helpful? Give feedback.
-
👍 ah, yes 512 MB is the limit. |
Beta Was this translation helpful? Give feedback.
-
To solve this we should implement a streaming parser. I don't expect to implement this any time soon, therefore I'll move this idea from the issues section to an idea in Discussions. |
Beta Was this translation helpful? Give feedback.
-
Streaming support is now available in |
Beta Was this translation helpful? Give feedback.
-
This is a common issue and can be fixed using a variety of methods, but I'm too lazy and too frustrated right now to do a pr. One example would be to use big-json.
Beta Was this translation helpful? Give feedback.
All reactions