Top Stories published by theburningmonk.com in February of 2012

F# — Simple QuickSort implementation

For illustration purposes only, here’s how you can implement the QuickSort algorithm in a few lines of code:

Note that I’ve not made the list generic to avoid complications and performance overheads associated with dealing with generics…


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…