[Zope-dev] Is object lookup in a container O(log n)?

Kevin Dangoor kid@kendermedia.com
Tue, 8 Feb 2000 09:28:52 -0500


Hi,

    I just wanted to make sure of something before I make a change that will
stick more than 1000 objects in one container... when you're looking up an
object by ID, that's a O(log n) function, right?

Kevin