Frankenstring

Thomas Lotze thomas at thomas-lotze.de
Wed Jul 13 06:56:47 EDT 2005


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




More information about the Python-list mailing list