<div dir="ltr">Dear RCpp developer community, <div><br></div><div>I put together a small proof of concept for the xtensor R bindings over the weekend. </div><div>It lives here: <a href="https://github.com/QuantStack/xtensor-r">https://github.com/QuantStack/xtensor-r</a></div><div><br></div><div>xtensor is an exciting C++ library which provides a unified C++ tensor interface for Python/NumPy, Julia and soon R.</div><div><br></div><div>My biggest question is in the memory management of R. Maybe you could do a quick code review?</div><div>Is it enough to call Rcpp_release_object with the SEXP in the destructor of the rxarray (which I haven't implemented yet)?</div><div>Also for the shape of the rxarray, I allocate another R-vector. Is that going to get destroyed upon destruction of the R-array?</div><div><br></div><div>Best, </div><div><br></div><div>Wolf</div><div><br></div><div><br></div></div>