[Openmcl-devel] Coercing a vector of bytes to a heap ivector

Ron Garret ron at flownet.com
Tue Jan 13 11:52:28 PST 2015


Is there any way to convert a (SIMPLE-ARRAY (UNSIGNED-BYTE 8) *) into a heap-ivector without copying the data?  I want to call some C code on a large blob, and the copy is currently the limiting factor on performance.

Thanks,
rg




More information about the Openmcl-devel mailing list