File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ where items are processed in parallel and the output order does not matter.
90
90
= head3 Options degree and batch
91
91
92
92
The C < degree > option (short for "degree of parallelism") configures how many parallel workers
93
- should be started. To limit the processing to 4 cores, pass C < :4degree > to the C < hyper > or
93
+ should be started. To start 4 workers (e.g. to use at most 4 cores) , pass C < :4degree > to the C < hyper > or
94
94
C < race > method. Note that in some cases, choosing a degree higher than the available CPU cores
95
95
can make sense, for example I/O bound work or latency-heavy tasks like web crawling. For
96
96
CPU-bound work, however, it makes no sense to pick a number higher than the CPU core count.
You can’t perform that action at this time.
0 commit comments