http://qs321.pair.com?node_id=96005

dino has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I'm building a c based binary search routine in the pursuit of speed. I need to pass to it a large string by reference and I'm not sure how to do it so that no copying occurs, using the xs interface

Suggestions Please (snippets of xs file would be very instructive)

dino