Pipelining

Home > Computer Science > Algorithms and data structures > Parallel algorithms > Pipelining

A parallel computing technique where a series of computations are performed on the same data, with each computation handled by a different processor.