To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
« back to all changes in this revision
Viewing changes to bzrlib/annotate.py
-
Committer:
John Arbash Meinel
-
Date:
2010-08-04 04:36:26 UTC
-
mto:
This revision was merged to the branch mainline in
revision
5390.
-
Revision ID:
john@arbash-meinel.com-20100804043626-pwawyjkb6r6wzs9a
Make _LeafNode inherit from dict (is-a rather than have-a)
It avoids having another object layer, and indirection via attribute
and forwarding functions.
TIMEIT shows:
14.6us raw dict
26.6us subclass
57.9us wrapper class
Show diffs side-by-side
added
removed