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.

Author vstinner
Recipients abacabadabacaba, akira, benhoyt, giampaolo.rodola, pitrou, socketpair, tim.golden, vstinner
Date 2014-10-08.10:24:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY7v2erQYfq82HgreVwe_j8RmtduZNG4eSREvWsUTASUw@mail.gmail.com>
In-reply-to <1412759641.53.0.326272722419.issue22524@psf.upfronthosting.co.za>
Content
> You may want to have the C primitive return results in batches (of e.g. 10 or 100 entries) to limit the overhead, btw.

Ah yes, good idea. I read that internally readdir() also fetchs many
entries in a single syscall (prefetch" / readahead, I don't know how
to call that).
History
Date User Action Args
2014-10-08 10:24:08vstinnersetrecipients: + vstinner, pitrou, giampaolo.rodola, tim.golden, benhoyt, abacabadabacaba, akira, socketpair
2014-10-08 10:24:08vstinnerlinkissue22524 messages
2014-10-08 10:24:08vstinnercreate