|
|
|
|
|
by arielb1
3560 days ago
|
|
No. If the problem is computational resources, performance can't be increased by mere concurrency (while even completely deterministic STM-style parallelism would help). Concurrency improves performance when a process accesses both the same computational resource and some other high-latency sharable resource. |
|