Описание тега flatbuffers
FlatBuffers is a serialization library by Google. It is particularly suitable for games and other memory constrained applications.
FlatBuffers is a serialization library by Google.
Rather than unpacking the data, it allows the user to directly access the serialized data, thus reducing the memory requirements. For that reason, it is particularly suitable for games and other memory constrained applications.
- Official website: https://google.github.io/flatbuffers
- Source Code: https://github.com/google/flatbuffers