From CodeProject:
Download SortTests.zip - 736.1 KB. I downloaded the StringSort class from the article, tested the speed, and found it sorts 50,000 strings in about 60% less time than the Generic IEnumerable object sorting methods. So, to build on the previous project by Stefan Savev I have derived a new sfList class from List.