RcppCore / RcppParallel

High-level functions for parallel programming with Rcpp
http://rcppcore.github.io/RcppParallel/
171 stars 58 forks source link

Support of long vectors #213

Open asardaes opened 5 months ago

asardaes commented 5 months ago

I'm guessing TBB would be the limitation, but to be sure, would it be possible to process R's long vectors in parallel? Since the APIs use size_t in the parallel for-loop, I guess that would not be handled correctly.