We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7cdda commit 38d0068Copy full SHA for 38d0068
inst/presentations/rcpp_parallel_talk_jan2015.Rmd
@@ -220,7 +220,7 @@ class SumWorker : public RcppParallel::Worker
220
* Developers just write pieces of code that are called at the correct time by an intelligent parallel supervisor
221
* In most cases no locking or explicit thread management required!
222
* Supervisor does some intelligent optimization around:
223
- - Grain size (data/cache locality)
+ - Grain size (which affects locality of reference and therefore cache hit rates). Note that grain size can also be tuned directly per-application.
224
- Work stealing (detecting idle threads and pushing work to them)
225
* In the case of TBB, high performance concurrent containers are available if necessary
226
0 commit comments