Quantcast
Channel: coder i|o: #strings
Viewing all articles
Browse latest Browse all 138

Fast List Sort in C#

$
0
0

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.

Click here to read more

Tagged: #csharp #testing #strings #sorting


Viewing all articles
Browse latest Browse all 138

Trending Articles