On Nov 20, 2007 10:31 AM, koara <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> i am using the mmap module (python2.4) to access contents of a file.
>
> My question regards the relative performance of mmap.seek() vs
> mmap.tell(). I have a generator that returns stuff from the file,
> piece by piece. S
Hello all,
i am using the mmap module (python2.4) to access contents of a file.
My question regards the relative performance of mmap.seek() vs
mmap.tell(). I have a generator that returns stuff from the file,
piece by piece. Since other things may happen to the mmap object in
between consecutive