Last active
August 29, 2015 14:04
-
-
Save rpgmaker/0a91d5b6c5dba488e8f1 to your computer and use it in GitHub Desktop.
Performance comparison JSON vs Binary (Serialization and Deserialization)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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