[PATCH] Large clone chewing CPU

Bryan O'Sullivan bos at serpentine.com
Thu Sep 1 15:16:24 CDT 2005


On Thu, 2005-09-01 at 12:35 -0700, Eric Hopper wrote:

> Are you intending 2.3 compatibility,

Yes.

> If you don't mind requiring 2.4, then I would use collections.deque
> instead of using a standard list.

It shouldn't matter.  The cost of appending to a Python list is O(logN).

	<b



More information about the Mercurial mailing list