R seems to have two byte code compilers: the
Ra add-on module (and the accompanying "jit" package) and the "compiler" package came with the default installation. I wonder how they differentiate from each other and what the strengths and weaknesses of each are.
5 comments:
Hello Shige's,
I've wrote a post comparing ra and compiler, as much as I could.
You can read it here:
http://www.r-statistics.com/2012/04/speed-up-your-r-code-using-a-just-in-time-jit-compiler/
Hello Shige's,
I've wrote a post comparing ra and compiler, as much as I could.
You can read it here:
http://www.r-statistics.com/2012/04/speed-up-your-r-code-using-a-just-in-time-jit-compiler/
Hello Shige's,
I've wrote a post comparing ra and compiler, as much as I could.
You can read it here:
http://www.r-statistics.com/2012/04/speed-up-your-r-code-using-a-just-in-time-jit-compiler/
Hello Shige's,
I've wrote a post comparing ra and compiler, as much as I could.
You can read it here:
http://www.r-statistics.com/2012/04/speed-up-your-r-code-using-a-just-in-time-jit-compiler/
Very helpful informaiton, thanks.
Post a Comment