- #36
- 19,107
- 14,785
If you don't have parallel hardware, concurrency is just sequential but with extra overhead. That is, if you have a single-thread process in a single CPU and you make it multi-threaded but still on the single CPU, all you have done is add thread overhead.Carno Raar said:I say concurrency not parallelism as I don't yet have access to properly parallel hardware ... :)