R and openMP: boosting compiled code on multi-core cpu-s
Share This: Introduction Sometimes you just need more speed. And sometime plain R does not provide it. This article is about boosting your R code with C++ and openMP. OpenMP is a parallel processing framework for shared memory systems. This is an excellent way to use all the cpu cores ... [Read more...]