Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Concurrent Programming

Name: Anonymous 2011-12-18 15:51

So /prog/, what do you think about current situation of concurrent programming?

Isn't it shit and pain in the ass?

Name: Anonymous 2011-12-20 6:02

>>26

Not every problem can, but basically every modern application can. We're long past the time when an application would solve one sequential computation and do nothing else. Even if at its core your program is computing some problem that cannot be parallelized, there will still be a large number of auxiliary tasks that can be executed in parallel (e.g., user interactions, GUI stuff, I/O, networking, housekeeping, etc. etc.)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List