]> arthur.barton.de Git - bup.git/commit
Speed up cmd-drecurse by 40%.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 3 Feb 2010 22:33:32 +0000 (17:33 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 3 Feb 2010 23:46:25 +0000 (18:46 -0500)
commit3a04427202f02d05080ef78f777ad161bb515517
treeb6874c9239af5f425900cf6a664bc380eaf07896
parent5db9f397a36fa0b601f40a98f456a9f43debad02
Speed up cmd-drecurse by 40%.

It's now 40% faster, ie. 1.769 seconds or so to go through my home
directory, instead of the previous 2.935.

Still sucks compared to the native C 'find' command, but that's probably
about as good as it's getting in pure python.
cmd-drecurse.py
drecurse.py
helpers.py
index.py