Having some trouble figuring out how to benefit from this. I can't think of a scenario where JSON handling is our bottleneck; almost all of the massive-data-handling tasks in my entire career have usually been handled by our database of choice. Largest individual JSONs we've had to handle like on import tasks and such were about 300mb, which proved extremely easy to manage with stuff like JSONStream -I think we used…
And yeah I just streamed the data thru the processor and avoid malloc at all costs and it works in seconds
I bet this method works even faster though somehow if they felt compelled to throw research money at all at it