SimpleSpeedTester

Binary and JSON serializer benchmarks updated

First of all I’d like to offer my sincere apologies to those who have asked me to update my benchmark numbers following the release of Json.NET 5.0.6, it took me a long time to clear some of my backlogs and only just got around to it, sorry for the waiting! The good news is that, …

Binary and JSON serializer benchmarks updated Read More »

Simple Speed Tester – moved to Github!

Since I’m liking git more and more by the day, with tools such as SmartGit and GitFlow making the task of managing even a complex branching model a relatively easy task, I’ve decided to move my Simple Speed Tester project over to github! Simple Speed Tester is a very simple framework I wrote to help …

Simple Speed Tester – moved to Github! Read More »

Performance Test – Binary serializers Part III

Note: don’t forget to check out the Benchmarks page to see the latest round up of binary and JSON serializers.   Since my last round of benchmarks on binary serializers, there’s a new player in town – MessageShark, which at the time of this writing does not support serialization of fields, but offers comparable speed …

Performance Test – Binary serializers Part III Read More »

Performance Test – Binary serializers Part II

Note: don’t forget to check out the Benchmarks page to see the latest round up of binary and JSON serializers. A little while ago I put together a quick performance test comparing the BCL’s BinaryFormatter with that of Marc Gravell‘s protobuf-net library (.Net implementation of Google’s protocol buffer format). You can read more about my …

Performance Test – Binary serializers Part II Read More »

Performance Test – BinaryFormatter vs Protobuf-Net

Note: don’t forget to check out the Benchmarks page to see the latest round up of binary and JSON serializers. When working with the BinaryFormatter class frequently, one of the things you notice is that it is really damn inefficient… both in terms of speed as well as the payload (the size of the serialized …

Performance Test – BinaryFormatter vs Protobuf-Net Read More »

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close