The sysutils/py-scandir port
py-scandir-1.10.0p1 – improved directory iterator and faster os.walk()
Description
scandir() is a directory iteration function like os.listdir(), except that
instead of returning a list of bare filenames, it yields DirEntry objects that
include file type and stat information along with the name. Using scandir()
increases the speed of os.walk() by 2-20 times (depending on the platform and
file system) by avoiding unnecessary calls to os.stat() in most cases.
WWW: https://github.com/benhoyt/scandir
- Categories:
-
lang/python
sysutils
Library dependencies
Build dependencies
Run dependencies