Click here to Skip to main content
15,885,435 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.1K   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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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