Long strings as function parameters

onlyonemc at gmail.com onlyonemc at gmail.com
Sun Jan 9 11:36:04 EST 2005


I would like to have functions that operate on long strings, 10-100 MB.
In C I would of course pass a pointer to the string for a quick
function call.  What is an efficient way to do this in python?
Cheers,
-mark




More information about the Python-list mailing list