Click here to Skip to main content
15,892,797 members
Articles / Programming Languages / C#

Faster Sorting through Appropriate Threading on Multi-processor Machines

Rate me:
Please Sign up or sign in to vote.
4.20/5 (8 votes)
5 Mar 2009Apache4 min read 33.2K   386   22  
Splitting a generics List of KeyValuePairs over the number of processors and then merging the result lists over half the processors and then half again, until only one list, the final list, is left.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Architect Relavance
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions