You could probably achieve similar results using a streaming decoder for JSON, but as with flatbuffer libraries I haven’t seen many around, and I doubt the code would me much more readable than the one using flatbuffers shown in the post.
yeah I wasn’t able to get the streaming decoders for JSON running and the advantage of FB was still that you have random access to at all times into the buffer
oh wow, I didn’t know there was this much language support for flatbuffers. I wonder how well the js implementation works in mobile web.
Yeah its pretty well supported although for us mostly CSharp+Rust mattered
You could probably achieve similar results using a streaming decoder for JSON, but as with flatbuffer libraries I haven’t seen many around, and I doubt the code would me much more readable than the one using flatbuffers shown in the post.
yeah I wasn’t able to get the streaming decoders for JSON running and the advantage of FB was still that you have random access to at all times into the buffer