bbengfort / mosaic

User space file system usage analysis tool.
MIT License
2 stars 1 forks source link

Implement scandir instead of walk #2

Closed bbengfort closed 8 years ago

bbengfort commented 8 years ago

Python's os.walk is pretty slow, so use scandir instead:

https://github.com/benhoyt/scandir