Hi guys,
Thank you for this amazing library. It does work fast and surprisingly stable :-)
However, I've had issues with reading JSON files larger than 2 GB. The reason is simple—one cannot create a String object of such size. I therefore forked this project and adapted it to reading directly from files: https://github.com/develancer/LazyJSON64
There are some downsides, at the moment—for example, the structures are read-only and there is no „dirty” mode.
Do you think that integrating these changes into mainstream some day would be useful? We can leave it as a separate fork for now.
Hi guys,
Thank you for this amazing library. It does work fast and surprisingly stable :-)
However, I've had issues with reading JSON files larger than 2 GB. The reason is simple—one cannot create a String object of such size. I therefore forked this project and adapted it to reading directly from files: https://github.com/develancer/LazyJSON64
There are some downsides, at the moment—for example, the structures are read-only and there is no „dirty” mode.
Do you think that integrating these changes into mainstream some day would be useful? We can leave it as a separate fork for now.