r-lib / rray

Simple Arrays
https://rray.r-lib.org
GNU General Public License v3.0
129 stars 12 forks source link

Bind #171

Closed DavisVaughan closed 5 years ago

DavisVaughan commented 5 years ago

Closes #54

rray_bind() is now much more efficient, with a C++ implementation. As things like rray_yank() improve, it will become even more efficient by creating less copies, but for now this is pretty good.