-
Committer:
John Arbash Meinel
-
Date:
2007-05-04 16:02:16 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2643.
-
Revision ID:
john@arbash-meinel.com-20070504160216-v19b36wj16g0awwi
Switching bisect_dirblocks remove the extra .split('/')
This is a massive improvement (approx 8x).
Since we avoid all the temporary lists, dictionary lookups etc.
Now we just have a custom string comparison, which is quite fast.