Module generic_iterator

Module generic_iterator 

Source
Expand description

Module defining the GenericIterator which is a generalization over sequential iterator, rayon’s parallel iterator and orx-parallel’s parallel iterator. This is particularly useful for running experiments and comparing results of computations with different methods.

Enums§

GenericIterator
An iterator that generalizes over: