[Zodb-checkins] CVS: ZODB3/ZEO - simul.py:1.10

Tim Peters tim@zope.com
Mon, 9 Sep 2002 22:12:06 -0400


[Guido]
> ...
> and despite a roving pointer, the allocation loop is taken an average
> of 692 times per allocation.

If you're still doing an exact-fit step first, such a statistic indicates
that the size distribution isn't "modal" enough for exact-fit to be worth
its cost, and that plain first-fit would likely go faster.