 |
Speed up your R code using a just-in-time (JIT) compiler | R-statistics blog
And you will get the speed gains the byte compiler has to offer your code. On a side note, we can now turn the JIT back off using “enableJIT(0)”, but it has still already compiled the inner functions (for example fo and slow_func). If we want to un-compil
www.r-statistics.com |
 |