|
-
December 10th, 2008, 08:45 PM
#26
Re: multicore support in C#
 Originally Posted by Mutant_Fruit
This is an exercise in learning how to multi-thread an applications workflow. It deals with splitting a task up into decent sized chunks which can then be executed in parallel. It isn't really relevant to the discussion unless you want to use it as an example of how you can achieve great performance by letting windows automatically manage which core your thread executes on...
I'm not sure what relevance this has at all.
I provided the links, I know what the page contents are about, the point in the muti-thread link was to show how the libraries failed to provide a perfomance improvement. Which means, in some cases, it maybe better, to create your own methods, for your core selection than use libraires.
The second link shows how to create factors. I am sure the person that started this thread can see that.
Last edited by ZOverLord; December 10th, 2008 at 09:26 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|