armgong / rjulia

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

Question: is it efficient to pass large dataframe between JUlia and R? #63

Closed xiaodaigh closed 5 years ago

xiaodaigh commented 5 years ago

https://github.com/Non-Contradiction/JuliaCall/issues/114

same as above? Is it an Arrow-style no-copy approach to sharing data between R and Julia?

armgong commented 5 years ago

rjulia copy dataframe from R to julia now , arrow style is possible ,but need some works