in reply to Re: embed perl: Can I avoid to copy a c array?
in thread embed perl: Can I avoid to copy a c array?
The tied array method may be useful if you only have to access a fraction of the array; but then you are probably better off by just copying said elements to Perl space. Or you may want to go this route is you just don't have the memory to copy the entire array to Perl space.