You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
It doesn't seem like jsony supports loading from a file, which a user needs space to hold 2x the json size in memory.
The text was updated successfully, but these errors were encountered: