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:

  1. 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/

    ReplyDelete
  2. 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/

    ReplyDelete
  3. 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/

    ReplyDelete
  4. 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/

    ReplyDelete
  5. Very helpful informaiton, thanks.

    ReplyDelete