Sorting huge data sets? Trying to take advantage of multi-processor architecture? Need to squeeze the last
little bit of performance out of your data analysis app? Well, for you the native .Net sorting algorithms
are probably letting you down. Slavishly adhering to the ".Net Way" may be costing you a performance penalty
of as much as 800%.
Higher performance applications cannot rely on generic library routines. Use AsproSort out of the box for
multi-processor and specialized sorting needs or use the source code as a jumping off place to tune your own
high performance sort routines.
AsproSort currently provides high performance .Net implementations of many of most used sorting algorithms and
is adding more at every new version.
Download the AsproSort library
to try it for yourself or go to the
AsproSort project page
for more information.