A
andy
i'm working on an python application with intensive i/o.
file.read() and its cousins all allocate and return a new string.
I want to know if there is a way in which I can provide the space on which the
data is going to be put, in order to recycle memory, instead of allocating it
each time again and again.
thanks
file.read() and its cousins all allocate and return a new string.
I want to know if there is a way in which I can provide the space on which the
data is going to be put, in order to recycle memory, instead of allocating it
each time again and again.
thanks