Module computational_variants

Source
Expand description

Module containing variants of parallel iterators using a mutable variable.

Structsยง

UPar
A parallel iterator.
UParMap
A parallel iterator that maps inputs.
UParXap
A parallel iterator that xaps inputs.
UParXapFilterXap
A parallel iterator that xaps, then filters and finally xaps again.