This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Unsupported provider

Author pitrou
Recipients Trundle, loewis, neologix, pitrou, socketpair
Date 2011-03-05.17:11:38
SpamBayes Score 4.9643575e-05
Marked as misclassified No
Message-id <1299345099.27.0.699063669279.issue11406@psf.upfronthosting.co.za>
In-reply-to
Content
A generator listdir() geared towards performance should probably be able to work in batches, e.g. read 100 entries at once and buffer them in some internal storage (that might mean use readdir_r()). Bonus points if it doesn't release the GIL around each individual entry, but also batches that.
History
Date User Action Args
2011-03-05 17:11:39pitrousetrecipients: + pitrou, loewis, Trundle, neologix, socketpair
2011-03-05 17:11:39pitrousetmessageid: <1299345099.27.0.699063669279.issue11406@psf.upfronthosting.co.za>
2011-03-05 17:11:38pitroulinkissue11406 messages
2011-03-05 17:11:38pitroucreate