• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: upper limit on retain count
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: upper limit on retain count
      • From: Johnny Deadman <email@hidden>
References: 
 >Re: upper limit on retain count (From: Scott Ribe <email@hidden>)

  • Prev by Date: Re: Java vs. Objective-C for Cocoa
  • Next by Date: NSUndoTyping and NSUndoTextOperation
  • Previous by thread: Re: upper limit on retain count
  • Next by thread: Re: upper limit on retain count
  • Index(es):
    • Date
    • Thread