Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin

* [Cap'n Proto](http://kentonv.github.io/capnproto/) - Fast data interchange format and capability-based RPC system.
* [cereal](https://github.com/USCiLab/cereal) - A C++11 library for serialization.
* [cista]([https://github.com/USCiLab/cereal](https://github.com/felixguendling/cista)) - simple, high-performance, zero-copy C++17 serialization & reflection library.
* [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library.
* [MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. - [website](http://msgpack.org/)
* [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format.
Expand Down