Skip to content

Instantly share code, notes, and snippets.

@alemures
Last active November 29, 2016 11:35
Show Gist options
  • Save alemures/c9ef0c2a6f14cb5a92be1dc6c89a2fff to your computer and use it in GitHub Desktop.
Save alemures/c9ef0c2a6f14cb5a92be1dc6c89a2fff to your computer and use it in GitHub Desktop.
High performance data serialization formats
  • FlatBuffers (Binary)
  • Protocol Buffers (Binary)
  • MessagePack (Binary)
  • Thrift (Binary)
  • Avro (Binary)
  • JSON (human-readable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment