标签:
1 What is FlatBuffers.
FlatBuffers is a serialization library for games and other memory constrained apps.
FlatBuffers allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility. FlatBuffers can be built for many different systems (Android, Windows, OS X, Linux), see docs/html/index.html
2 Related projects.
FlatBuffers VS Protocol Buffers,
http://blog.csdn.net/chosen0ne/article/details/43033575
http://www.cnblogs.com/lizhenghn/p/3854244.html
https://capnproto.org/news/2014-06-17-capnproto-flatbuffers-sbe.html
标签:
原文地址:http://www.cnblogs.com/ruccsbingo/p/4422299.html