Faster os.walk()

fuzzylollipop jarrod.roberson at gmail.com
Wed Apr 20 11:40:06 EDT 2005


I am trying to get the number of bytes used by files in a directory.
I am using a large directory ( lots of stuff checked out of multiple
large cvs repositories ) and there is lots of wasted time doing
multiple os.stat() on dirs and files from different methods.




More information about the Python-list mailing list