Skip to content

Instantly share code, notes, and snippets.

@rpgmaker
Last active August 29, 2015 14:04
Show Gist options
  • Save rpgmaker/0a91d5b6c5dba488e8f1 to your computer and use it in GitHub Desktop.
Save rpgmaker/0a91d5b6c5dba488e8f1 to your computer and use it in GitHub Desktop.
Performance comparison JSON vs Binary (Serialization and Deserialization)
Completed MessageShark in Avg 117 Milliseconds
-----------------------------------
Completed Phoenix Json in Avg 144 Milliseconds
-----------------------------------
Completed ProtoBuf in Avg 166 Milliseconds
-----------------------------------
Completed ObjectSerialization in Avg 210 Milliseconds
-----------------------------------
Completed fastJSON in Avg 383 Milliseconds
-----------------------------------
Completed Service Stack Json in Avg 433 Milliseconds
-----------------------------------
Completed Newton JSON.NET in Avg 504 Milliseconds
-----------------------------------
Completed MessagePack in Avg 908 Milliseconds
-----------------------------------
Press any key to continue . . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment