armgong / rjulia

R package which integrating R and Julia
GNU General Public License v2.0
146 stars 23 forks source link

Rj2opt #28

Closed phaverty closed 8 years ago

phaverty commented 8 years ago

This simplifies the R code in r2j. It's about a 1.6X speedup of the R part of that function. The speedup does not help at the moment as all of the time goes into RDims_JuliaTuple. It looks like you just about have a faster version of RDims_JuliaTuple in place, so this R code change may be helpful after you are done with RDims_JuliaTuple.