The fallacies of parallel computing

time to read 1 min | 25 words

Notes from alt.net parallel session.

  • Locality doesn't matter
  • Locks / syncronization are cheap
  • Higher parallelism equates to faster code
  • All actors see the same state
  • Parallel programming is easy