ParallelSelect¶
Parallel version of Select (evaluated sequentially).
Keeping only the first n matches¶
Capping the number of matches is the one argument form Select has no
parallel implementation for, so it falls back to a sequential evaluation and
says so: