[issue28564] shutil.rmtree is inefficient due to listdir() instead of scandir()

Serhiy Storchaka report at bugs.python.org
Thu Nov 24 03:27:44 EST 2016


Serhiy Storchaka added the comment:

Benchmarks show about 20% speed up.

----------
Added file: http://bugs.python.org/file45619/bench_rmtree.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28564>
_______________________________________


More information about the Python-bugs-list mailing list