|
|
|
|
|
by threatofrain
27 days ago
|
|
Concurrency is the property of a program or algorithm such that: - the program is decomposable into partially ordered or unordered units of execution
- the program result remains determinant despite partial ordering
Your data-level parallelism is taking advantage of the concurrent properties of a problem. |
|