• 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: NSMutableArray performance
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSMutableArray performance


  • Subject: Re: NSMutableArray performance
  • From: Max Seelemann <email@hidden>
  • Date: Tue, 8 Oct 2002 14:27:11 +0200

Is there somewhere a topic about NSMutableArray performances ?
Should i stay with simple C array ?

You should do this.
Because NSNumber needs to encode / decode the values you read
- this takes much time...

And NSArray (and NSMutableArray) are even based on a "normal" C-Array.

You should just use NSArray / NSMutableArray if you want to store Objects,
like a self-created data-class-instance or so...

greetings

MAX
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: NSMutableArray performance (From: Arthur Clemens <email@hidden>)

  • Prev by Date: readInBackgroundAndNotify & Socket
  • Next by Date: Re: readInBackgroundAndNotify & Socket
  • Previous by thread: Re: NSMutableArray performance
  • Next by thread: Re: NSMutableArray performance
  • Index(es):
    • Date
    • Thread