Hacker News new | ask | show | jobs
by vishnugupta 542 days ago
Heh this reminds me of a really good book, The Art of Multiprocessor Programming [1]. It has two parts, the first one goes quite a hit into the theory. And the second part begins with a real example where the theory doesn’t hold and it’s aptly titled “Welcome to The Real World”.

[1] https://github.com/amilajack/reading/blob/master/Computer_Sc...

1 comments

I find Andrew McFadden's Symmetric Multi-Processor Primer for Android (https://developer.android.com/training/articles/smp) a good warm-up to the book.