Path to this page:
./
devel/py-scandir,
Better directory iterator and faster os.walk()
Branch: pkgsrc-2017Q2,
Version: 1.5,
Package name: py27-scandir-1.5,
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: d1f7c7ed770ab7bfd9464e0d9e082ce0274c3eb6
RMD160: 92bd0d11b156283c44b88206f0f345df8252c03f
Filesize: 28.663 KB
Version history: (Expand)
- (2017-07-04) Package added to pkgsrc.se, version py27-scandir-1.5 (created)