Closed bbengfort closed 8 years ago
Python's os.walk is pretty slow, so use scandir instead:
os.walk
scandir
https://github.com/benhoyt/scandir
Python's
os.walk
is pretty slow, so usescandir
instead:https://github.com/benhoyt/scandir