This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rosslagerwall
Recipients Arfrever, larry, neologix, rosslagerwall, serhiy.storchaka
Date 2012-06-27.16:53:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340816036.11.0.880478383589.issue15200@psf.upfronthosting.co.za>
In-reply-to
Content
This looks like the kind of optimization that depends hugely on what kernel you're using. Maybe on FreeBSD/Solaris/whatever, standard os.walk() is faster?

If this micro-optimization were to be accepted, someone would have to be keen enough to test it is different ways on many different versions of every platform to conclusively prove that it is faster in general.
History
Date User Action Args
2012-06-27 16:53:56rosslagerwallsetrecipients: + rosslagerwall, larry, Arfrever, neologix, serhiy.storchaka
2012-06-27 16:53:56rosslagerwallsetmessageid: <1340816036.11.0.880478383589.issue15200@psf.upfronthosting.co.za>
2012-06-27 16:53:55rosslagerwalllinkissue15200 messages
2012-06-27 16:53:55rosslagerwallcreate