regex over files

Skip Montanaro skip at pobox.com
Tue Apr 26 13:40:00 EDT 2005


    Robin> So we avoid dirty page writes etc etc. However, I still think I
    Robin> could get away with a small window into the file which would be
    Robin> more efficient.

It's hard to imagine how sliding a small window onto a file within Python
would be more efficient than the operating system's paging system. ;-)

Skip



More information about the Python-list mailing list