Qurak

ParallelSelect

Disponible

Parallel version of Select (evaluated sequentially).

Keeping only the first `n` matches
ParallelSelect[{1, 2, 3, 4}, EvenQ] → {2, 4}ParallelSelect[Range[10], # > 3 &, 2] → {4, 5}

Thèmes

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP