Skip to content

Instantly share code, notes, and snippets.

@rpgmaker
Created July 24, 2014 23:25
Show Gist options
  • Save rpgmaker/34b8dfd5b7b4617af6f4 to your computer and use it in GitHub Desktop.
Save rpgmaker/34b8dfd5b7b4617af6f4 to your computer and use it in GitHub Desktop.
Performance Comparison JSON vs Binary (Serialization only)
Completed Phoenix Json in Avg 55 Milliseconds
-----------------------------------
Completed MessageShark in Avg 56 Milliseconds
-----------------------------------
Completed ProtoBuf in Avg 65 Milliseconds
-----------------------------------
Completed ObjectSerialization in Avg 110 Milliseconds
-----------------------------------
Completed Service Stack Json in Avg 192 Milliseconds
-----------------------------------
Completed Newton JSON.NET in Avg 202 Milliseconds
-----------------------------------
Completed fastJSON in Avg 234 Milliseconds
-----------------------------------
Completed MessagePack in Avg 507 Milliseconds
-----------------------------------
Press any key to continue . . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment