Hi,
On Sun, 8 Mar 2015 at 12:33 Ben Hoyt wrote:
> Others: if you want to benchmark this, the simplest way is to use my
> os.walk() benchmark.py test program here:
> https://github.com/benhoyt/scandir -- it compares the built-in os.walk()
> implemented with os.listdir() with a version of walk() i
Hi Ben,
On Mon, 9 Mar 2015 at 21:58 Ben Hoyt wrote:
> Note that this benchmark is invalid for a couple of reasons. (...)
>
Thanks a lot for the guidance Ben, greatly appreciated. Just starting to
take an interest in the development of CPython and so something like
running a benchmark seemed lik