Skip to content

Instantly share code, notes, and snippets.

@devoyster
Created December 13, 2011 21:25
Show Gist options
  • Save devoyster/1473963 to your computer and use it in GitHub Desktop.
Save devoyster/1473963 to your computer and use it in GitHub Desktop.
protobuf-net performance tests
Serialization of 90 objects, 1000 iterations:
Write(ms) Read(ms) Size(bytes)
BinaryFormatter 634 517 9807
protobuf-net v2 219 253 5179
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment