1. 16
    1. 3

      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.

      1. 3

        Yeah its pretty well supported although for us mostly CSharp+Rust mattered

    2. 1

      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.

      1. 1

        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