[issue15200] Faster os.walk
Antoine Pitrou
report at bugs.python.org
Wed Jun 27 19:00:46 CEST 2012
Antoine Pitrou <pitrou at free.fr> added the comment:
> This looks like the kind of optimization that depends hugely on what
> kernel you're using.
Agreed.
Also, I'm worried that there might be subtle differences between walk() and fwalk() which could come and bite users if we silently redirect the former to the latter.
(for the record, I get a 15% speedup on this Linux box)
----------
nosy: +pitrou
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15200>
_______________________________________
More information about the Python-bugs-list
mailing list