On Fri, 13 Feb 2015 13:27:04 +0200 Serhiy Storchaka <[email protected]> wrote:
> On 13.02.15 12:07, Victor Stinner wrote: > > * C implementation: scandir is at least 3.5x faster than listdir, up > > to 44.6x faster on Windows > > Results on Windows was obtained in the becnhmark that doesn't drop disk > caches and runs listdir before scandir. Well, that's the point. The objective here is to speed up Python, not the hard drive. Regards Antoine. _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
