enhancementhelp wanted
仓库指标
- 星标
- (9,410 个星标)
- PR 合并指标
- (平均合并 9分钟) (30 天内合并 2 个 PR)
描述
We currently have with_min_len and with_max_len to control the length of the split iterators. However, this only works on an IndexedParallelIterator that knows its length in the first place.
Perhaps we could offer different controls for the splitting depth, or the number of jobs (~2depth), which could work on any parallel iterator. This may line up more directly to how folks think about their tasks, especially if they want to split exactly into the number of threads.