flatbuffers
FlatBuffers is an efficient cross platform serialization library.
FlatBuffers is an efficient cross platform serialization library.
To install this package, run one of the following:
FlatBuffers is an efficient cross platform serialization library for C++, C#, C, Go, Java, JavaScript, PHP, Python, and more. It was originally created at Google for game development and other performance-critical applications. FlatBuffers allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility. It provides both memory efficiency and speed by allowing direct access to the serialized data, and supports zero-copy deserialization.
Summary
FlatBuffers is an efficient cross platform serialization library.
Last Updated
Jul 2, 2025 at 22:14
License
Apache-2.0
Total Downloads
57.1K
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/google/flatbuffersDocumentation
https://google.github.io/flatbuffers/