MikkelFJ
MikkelFJ
@mzaks you, since offsets were mentioned.
I think 64 bit should just be the same format compiled with uoffset_t and soffset_t as 64 bit offsets. It relatively trivial to do, offers complete freedom for the end...
Also, I can add that I do work with a large format read only database in FlatBuffers where the index is generated in a separate FlatBuffer linking to a number...
Not saying yes or no, but if you want to do LEB, you might want to follow QUIC https://www.rfc-editor.org/rfc/rfc9000.html#integer-encoding I think it is roughly as you suggest, but endian concerns...
I managed to get indent to work with four spaces, but switch indentation still does not follow the expected style: I realized that my languages.toml file had two spaces instead...
On a related note - I won't make a new issue for this: The :reflow command can reformat a selected part of a C block comment of the following style...
I have been considering LZ4 compression because it can be integrated directly with the builder. [StreamBuffers](https://github.com/dvidelabs/flatcc/blob/master/doc/binary-format.md#streambuffers) would be relevant in that context. However, it is not something for the near...
Hi Andrew, thanks for asking. Unfortunately there is no such function although it would be good to have. It does not exist because it requires code for recursively iterating over...
I would suggest you implement your own type specific table clone function. It would return a reference to the table and you can push that reference onto a vector or...
I'm not really sure - I believe the C++ version does have some advanced reflection logic that allows you to modify a buffer in temporary storage and rewrite it, and...