Metadata
DOI: /
Date: /
Tags: #netcode #library
Flatbuffers
Summary
Where Protobuf generates smaller packets over the network, Flatbuffers makes de/serialization faster. No memory allocations needed for accessing the data. More control, less easy to use.