[Scons-users] scandir & scons

Daniel Holth dholth at gmail.com
Mon Jun 13 09:28:25 EDT 2016


Has anyone tried adding https://pypi.python.org/pypi/scandir to scons? It
is a remarkably faster way to walk the filesystem, since you get listdir()
and all the attributes of the directory entries "isdir()" etc. in a single
system call. It's available as an extension but is built in on Python 3.5
and above.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160613/3877f4db/attachment.html>


More information about the Scons-users mailing list