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 benhoyt
Recipients abacabadabacaba, akira, benhoyt, giampaolo.rodola, josh.r, pitrou, socketpair, tebeka, tim.golden, vstinner
Date 2014-11-25.20:54:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416948841.17.0.950266993784.issue22524@psf.upfronthosting.co.za>
In-reply-to
Content
Akira, note the "Using slower ctypes version of scandir" -- this is the older, ctypes implementation of scandir. On Linux, depending on file system etc, that can often be slower. You need to at least be using the "fast C version" in _scandir.c, which is then half C, half Python. But ideally you'd use the all-C version that I've provided as a CPython 3.5 patch.
History
Date User Action Args
2014-11-25 20:54:01benhoytsetrecipients: + benhoyt, tebeka, pitrou, vstinner, giampaolo.rodola, tim.golden, abacabadabacaba, akira, socketpair, josh.r
2014-11-25 20:54:01benhoytsetmessageid: <1416948841.17.0.950266993784.issue22524@psf.upfronthosting.co.za>
2014-11-25 20:54:01benhoytlinkissue22524 messages
2014-11-25 20:54:01benhoytcreate