Click here to Skip to main content
15,868,016 members
Home / Discussions / C#
   

C#

 
GeneralRe: Safe Parallel loops Pin
stancrm20-Oct-09 22:55
stancrm20-Oct-09 22:55 
GeneralRe: Safe Parallel loops Pin
tvbarnard20-Oct-09 23:06
tvbarnard20-Oct-09 23:06 
AnswerRe: Safe Parallel loops [modified] Pin
Hristo-Bojilov20-Oct-09 22:38
Hristo-Bojilov20-Oct-09 22:38 
GeneralRe: Safe Parallel loops Pin
tvbarnard20-Oct-09 22:45
tvbarnard20-Oct-09 22:45 
GeneralRe: Safe Parallel loops Pin
Hristo-Bojilov20-Oct-09 23:55
Hristo-Bojilov20-Oct-09 23:55 
GeneralRe: Safe Parallel loops Pin
tvbarnard20-Oct-09 22:47
tvbarnard20-Oct-09 22:47 
GeneralRe: Safe Parallel loops Pin
tvbarnard20-Oct-09 22:58
tvbarnard20-Oct-09 22:58 
GeneralRe: Safe Parallel loops Pin
Luc Pattyn21-Oct-09 2:47
sitebuilderLuc Pattyn21-Oct-09 2:47 
I know I'm repeating myself, however to get maximum performance, you must restructure your data and avoid all locks as they cost CPU cycles and reduce parallelism. Hence, use partial sums that don't interfere with each other, and in the end add them all together once.

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? 59.24% waren verstandig genoeg om NEEN te stemmen; bye bye viaduct.


GeneralRe: Safe Parallel loops Pin
tvbarnard21-Oct-09 3:06
tvbarnard21-Oct-09 3:06 
QuestionEmbed image to an e-mail and not a link… Pin
anderslundsgard20-Oct-09 21:27
anderslundsgard20-Oct-09 21:27 
AnswerRe: Embed image to an e-mail and not a link… Pin
Christian Graus20-Oct-09 21:42
protectorChristian Graus20-Oct-09 21:42 
AnswerRe: Embed image to an e-mail and not a link… Pin
Giorgi Dalakishvili20-Oct-09 23:36
mentorGiorgi Dalakishvili20-Oct-09 23:36 
QuestionProblem in accessing the COM port. "Access denied for COM1 " Pin
pallaka20-Oct-09 21:09
pallaka20-Oct-09 21:09 
AnswerRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 21:24
stancrm20-Oct-09 21:24 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
pallaka20-Oct-09 21:46
pallaka20-Oct-09 21:46 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 22:28
stancrm20-Oct-09 22:28 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
pallaka20-Oct-09 22:30
pallaka20-Oct-09 22:30 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 22:34
stancrm20-Oct-09 22:34 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
pallaka20-Oct-09 22:40
pallaka20-Oct-09 22:40 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 22:49
stancrm20-Oct-09 22:49 
Question.Net-BroadcastEventWindow.2.0.0. Pin
or or20-Oct-09 20:28
or or20-Oct-09 20:28 
AnswerRe: .Net-BroadcastEventWindow.2.0.0. Pin
stancrm20-Oct-09 20:45
stancrm20-Oct-09 20:45 
AnswerRe: .Net-BroadcastEventWindow.2.0.0. Pin
Hristo-Bojilov21-Oct-09 0:13
Hristo-Bojilov21-Oct-09 0:13 
Questionfailed to open a rowset Pin
haleemasher20-Oct-09 20:12
haleemasher20-Oct-09 20:12 
AnswerRe: failed to open a rowset Pin
Christian Graus20-Oct-09 20:30
protectorChristian Graus20-Oct-09 20:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.