You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlatBuffers is much faster.
It takes ~800ms to create and serialize a tree with 524288 nodes with flatbuffers, and ~3s with protobuf.
Although resulting file is bigger 50Mb vs 20Mb. But disk space should not be a problem and serialization/deserialization time is much more important.
Also FlatBuffers should reduce runtime memory consumption.
kornilova203
changed the title
Start using Cap'n Proto instead of Google Protobuf
Start using FlatBuffers instead of Google Protobuf
Jul 15, 2018
Start using Cap'n Proto instead of Google Protobuf for client-server communications. This will speed up visualization and reduce memory consumption.
The text was updated successfully, but these errors were encountered: