Path to this page:
./
devel/py-scandir,
Better directory iterator and faster os.walk()
Branch: pkgsrc-2017Q4,
Version: 1.6,
Package name: py27-scandir-1.6,
Maintainer: pkgsrc-usersscandir() 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.
Master sites:
SHA1: 3b258fa95f1345d03e0373a4e04e263eaedc7194
RMD160: 098e8c9833e071c3c00ca7efe44f77cd0aa9e9da
Filesize: 28.975 KB
Version history: (Expand)
- (2018-01-02) Package added to pkgsrc.se, version py27-scandir-1.6 (created)