RcppThread icon indicating copy to clipboard operation
RcppThread copied to clipboard

R-friendly threading in C++

Results 4 RcppThread issues
Sort by recently updated
recently updated
newest added

I would love for RcppThread to have the parallel-safe wrappers that RcppParallel has. I prefer RcppThread because of the lack of need for TBB. @kevinushey, is it OK with you...

I love the package and am thinking of switching my package `detrendr` to use it rather than `RcppParallel` but the parallel-safe types `RVector` and `RMatrix` that it provides are handy...

Fiirst off, great package--really enjoy using it. Right now, the ProgressBar/ProgressCounter classes have the message "Computing: " hard coded in before the progress bar. ```c++ class ProgressCounter : public ProgressPrinter...

Hello, and thank you for creating this package for R. I encountered a potential issue with the `parallelFor()` function on Windows machines when a C++ function is interrupted by the...