HN Hall of Fame Weekly email

“Is Parallel Programming Hard, and, If So, What Can You Do About It?” v2 Is Out

mirrors.edge.kernel.org Books & learning Books & long-form works Computer science Class of 2023-06 Hall of Fame
Screenshot of mirrors.edge.kernel.org captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 5 calendar years, with breakout response in 2 of them.

submissions
6
submitters
6
observed span
2018–2024
peak thread · 191 comments
197 pts
latest 20+ return · 2023-06-13
184 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

The hardest part of parallel programming is tricking yourself into believing you need to worry about it at all. 9/10 times, if you use the right tools & techniques, a single x86 core (assuming you have access to a 'real' one) can easily chew through millions of business transactions per second and easily satisfy all technical requirements for whatever business system. Latency is the ultimate devil. Getting your synchronous state to fit into L1/2 and processing transactions in (micro)batches of…

bob1029·197-point thread·

I see a lot of confusion between parallel programming [1] and concurrent programming [2] in the comments here. The former and what this book is about deals with the problem of parallelizaing a single sequential program. There usually is strong interaction or dependencies between elements and progress needs synchronization. E.g. timestep iterations in real-time simulations that need synchronization with data communication after each timestep. These simulation also tend to get way to big to be run on a single…

ascar·184-point thread·

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
2

100+ points or 50+ comments

Total points
388

reference only — not used in Hall rules or ranking

Total comments
266

reference only — not used in Hall rules or ranking

Every submission