Qurak

ParallelSelect

Disponibile

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}

Argomenti

Correlate

Tutte le 6300 funzioni · Usa questo da un client MCP