We have two supermarkets, A and B. At supermarket A, there is one fast cashier, who can handle 10 normal customers per hour. At the other, there are two slow cashiers, who can each handle 5 normal customers per hour. Each store can therefore handle 10 normal customers per hour.
via Hacker News
Not sure how SSDs come into this, but the thought experiment is interesting. I think it mostly hinges on how well we can parallelize our code, really.
For normal customers serial makes just as much sense as parallel. But the parallel case could handle more throughput...
Not sure how SSDs come into this, but the thought experiment is interesting. I think it mostly hinges on how well we can...