Re: upper limit on retain count
Re: upper limit on retain count
- Subject: Re: upper limit on retain count
- From: Bob Ippolito <email@hidden>
- Date: Sat, 23 Apr 2005 00:57:19 -0400
On Apr 22, 2005, at 6:51 PM, Scott Ribe wrote:
Sounds more like an application that should just make intelligent use
of mmap
Intelligent use of mmap does not solve the problem of inserting into
and
removing objects from a huge model while reusing freed space.
Neither does the choice of programming language.. not adequately
anyway. The point is, you obviously don't want to be using malloc to
deal with billions of objects.
Actually, you might want to try using SQLite 3.x or something like it.
It's probably going to be better suited at dealing with all that data
than anything you'd be able to write in a reasonable amount of time.
-bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden