Constants§
- PAR_
THRESHOLD - Minimum element count to justify rayon overhead.
Functions§
- set_
num_ threads - Set the number of rayon worker threads before the pool is first used.
- should_
parallelize - Returns true if the data size warrants parallel processing.
- thread_
pool