Parallelisation

programming
Parallelisation

This is when tasks are scheduled on different CPU and so happen in parallel to one another. This usually uses multi-threading or multi-processing.