Sunday, August 28, 2011

Ra vs. compiler package

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:

Tal Galili said...

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/

Tal Galili said...

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/

Tal Galili said...

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/

Tal Galili said...

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/

Shige said...

Very helpful informaiton, thanks.

Counter