jsony icon indicating copy to clipboard operation
jsony copied to clipboard

Feature: loading from a file and dumping to a file.

Open mratsim opened this issue 4 years ago • 1 comments

It doesn't seem like jsony supports loading from a file, which a user needs space to hold 2x the json size in memory.

mratsim avatar Feb 09 '21 19:02 mratsim

I don't like the nim's file streaming APIs as it slows everything down by 10%. I can see supporting some thing like mmap. In fact probably most file reads should be mmaps. Also having json files this large is probably not a good design. And I deal with terabytes of json files...

treeform avatar Feb 09 '21 20:02 treeform