Speeding up R code using a just-in-time (JIT) compiler
r-statistics.com
Speeding up R code using a just-in-time (JIT) compiler
1–3 of 3 posts
Re: Speeding up R code using a just-in-time (JIT) compiler
#2I believe the PyPy folks are working on an implementation of R in RPython (which would give it a JIT for free). See https://bitbucket.org/cfbolz/rapydo for code without much in the way of docs or overview.
Re: Speeding up R code using a just-in-time (JIT) compiler
#3I believe the PyPy folks are working on an implementation of R in RPython (which would give it a JIT for free). See https://bitbucket.org/cfbolz/rapydo for code without much in the way of docs or overview.
Thank you for the pointer vgnet, I didn't know about that project...