Re: WTF? How can this work?
Re: WTF? How can this work?
- Subject: Re: WTF? How can this work?
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 20 Aug 2001 02:49:15 -0700
On Sunday, August 19, 2001, at 06:34 PM, Chris Kane wrote:
Mutable collections tend to have "extra slots" allocated to avoid
reallocation on every addition, which kills performance.
I don't suppose you have by any chance, any plans for a fragmentable
array for those occasions where you might have a *lot* of objects in the
array? Or, say, NSReallyBigAndNotNecessarilyContiguousData, for the
future when we have a 64-bit address space?
While I'm on the wish list, it might be nice to have an NSQueue or
NSFIFOArray.
-jcr
[Objc retain];