Daily Archives: October 5, 2013

Parallel Programming With Parallella

By | Parallella Blog | 6 Comments

Parallel programming can be very difficult, but it can also be very, very simple. Executing a thousand independent programs that don’t depend on each other in any way is not that difficult if the right infrastructure is available. An operating system performs multiple tasks concurrently all day long without us noticing. Sure, sometimes we’ll run into performance problems or all-out…

Read More