# Parallelisation
Last edited: 2026-02-05
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 .
Last edited: 2026-02-05
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 .