-
Committer:
John Arbash Meinel
-
Date:
2011-05-10 15:15:45 UTC
-
mto:
This revision was merged to the branch mainline in
revision
5848.
-
Revision ID:
john@arbash-meinel.com-20110510151545-ifc1h4a5yc3pg0wu
We don't need a second named parameter.
.from_sequence is only called for each new dir (about 4k times), vs for
every file (70k times). So it isn't an expensive lookup.
The big thing is to just *use* StaticTuple, and make it not too
expensive to access it.