-
Committer:
John Arbash Meinel
-
Date:
2007-04-18 23:37:37 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2432.
-
Revision ID:
john@arbash-meinel.com-20070418233737-c2qacsh1ko9pfroi
Change valid self._foo variables into local variables.
Using __slots__ changed sort time from ~700ms => ~600ms.
Using local variables drops it down to 530 - 550ms.