FlatBuffers

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

 

posted @ 2015-04-13 15:21  ruccsbingo  阅读(200)  评论(0编辑  收藏  举报