Message231684
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. |
|
Date |
User |
Action |
Args |
2014-11-25 20:54:01 | benhoyt | set | recipients:
+ benhoyt, tebeka, pitrou, vstinner, giampaolo.rodola, tim.golden, abacabadabacaba, akira, socketpair, josh.r |
2014-11-25 20:54:01 | benhoyt | set | messageid: <1416948841.17.0.950266993784.issue22524@psf.upfronthosting.co.za> |
2014-11-25 20:54:01 | benhoyt | link | issue22524 messages |
2014-11-25 20:54:01 | benhoyt | create | |
|