Click here to Skip to main content
15,868,016 members

Survey Results

Parallelising your code. Do you do it?   [Edit]

Survey period: 5 Jul 2010 to 12 Jul 2010

Our CPUs aren't getting as fast as fast as they used to, and we're now well and truly in a multi-core world. What do you do to take advantage of this? (Suggested by El Corazon)

OptionVotes% 
I specifically write code that runs in parallel22935.95
I use a language and compiler that supports parallisation automatically ( eg Intel compilers)558.63
I use libraries (eg PLINQ) that provide parallisation support8613.50
I use a framework or runtime (eg Parallel Extensions for .NET) that provide parallisation support15724.65
I let my operating system do what it can33953.22
I let my hardware do what it can18529.04
Not even my hardware can help me.497.69
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralRe: Only Specific Parts of code and only if required. [modified] Pin
GPUToaster™5-Jul-10 0:31
GPUToaster™5-Jul-10 0:31 
GeneralRe: Only Specific Parts of code and only if required. Pin
El Corazon6-Jul-10 5:54
El Corazon6-Jul-10 5:54 
Generalparellelism myth PinPopular
ed welch4-Jul-10 22:14
ed welch4-Jul-10 22:14 
GeneralRe: parellelism myth Pin
peterchen4-Jul-10 22:50
peterchen4-Jul-10 22:50 
GeneralRe: parellelism myth Pin
ed welch5-Jul-10 1:05
ed welch5-Jul-10 1:05 
GeneralRe: parellelism myth Pin
Festering5-Jul-10 13:29
Festering5-Jul-10 13:29 
GeneralRe: parellelism myth Pin
El Corazon6-Jul-10 5:15
El Corazon6-Jul-10 5:15 
GeneralI let my operating system do what it can Pin
koolprasad20034-Jul-10 19:41
professionalkoolprasad20034-Jul-10 19:41 
While writing code i never thought how much cpu i used.
May be the Threading concept in .NET helps me to parallelsing my coding.
BackgroundWorker process also helps me to do the same.

what is your way to do that...Thumbs Up | :thumbsup:
Rating always..... WELCOME

Be a good listener...Because Opprtunity knoughts softly...N-Joy

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.