in reply to Re^4: Array-based Inside-out Objects with Object::InsideOut
in thread Array-based Inside-out Objects with Object::InsideOut
Further, array lookup time is not affected by array size: It is always a constant.That reassurance was probably part of what I was looking for. I get what you're saying about the reclaiming of IDs, but I can imagine a corner case: say that some object in the inheritance tree only gets instantiated once in a while, and others in the tree are instantiated far more often, but they share the ID generator and ID pool.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Array-based Inside-out Objects with Object::InsideOut
by jdhedden (Deacon) on Feb 22, 2006 at 13:34 UTC |