<div dir="ltr">There is one thing that I've been meaning to ask for a long time now.<div><br></div><div style>I see most of the people tend to create arrays in C by malloc/___alloc_rc and then assigning values by iterating over them via a setter function (also defined with c-lambda).</div>

<div style>Isn't there a way to directly do this with a memcpy operation? Wouldn't that be faster?</div><div style><br></div><div style>I understand that Gambit's heap and C's heap are separate, and you need to copy from one another in order to avoid GC touching any of FFI-created memory. But is it possible to improve this process using some sort of C function/macro from Gambit?</div>

<div style><br></div><div style>I really can't find any code examples or reference for this.</div><div style><br></div><div style>Thank you very much.</div><div style><br></div><div style>Álvaro</div></div>