iglob performance no better than glob

Benjamin Peterson benjamin at python.org
Sun Jan 31 16:30:34 EST 2010


Kyp <kyp <at> stsci.edu> writes:

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

That would be because glob is implemented in terms of iglob.







More information about the Python-list mailing list