Roland Heiber wrote:

> if i did understand what you mean, what about using mmap?

AIUI (and as a little experimenting seems to confirm), you can't
reposition an iterator over an mmap'ed file by seeking. True, you have
both iterating by characters and seeking/telling, but the two
functionalities don't play together.

-- 
Thomas

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to