-
Committer:
John Arbash Meinel
-
Date:
2009-04-16 20:45:41 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4323.
-
Revision ID:
john@arbash-meinel.com-20090416204541-gg2qtfggaxwzudvz
Fairly significant savings... avoid looking at self._last_recently_used.
We can get the same information from node.next_key, which is a value we need anyway.
Somewhat surprisingly, this drops us from 7.6s => 7.1s on 2.8M lookups.