Re: NSMutableArray performance
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.