iglob performance no better than glob

Skip Montanaro skip at pobox.com
Sun Jan 31 12:59:49 EST 2010


> So the iglob was faster, but accessing the first file took about the
> same time as glob.glob.

I'll wager most of the time required to access the first file is due
to filesystem overhead, not any inherent limitation in Python.

Skip Montanaro





More information about the Python-list mailing list