Re: speed of alloc/init for NSNumber
Re: speed of alloc/init for NSNumber
- Subject: Re: speed of alloc/init for NSNumber
- From: Nat! <email@hidden>
- Date: Sun, 18 Jan 2004 22:08:04 +0100
Am 18.01.2004 um 21:54 schrieb Chuck Soper:
Hello,
I have an NSTableView with about 400 rows and four columns.
...
Should I use NSMutableData to avoid all the alloc/init messages to
NSNumber to speed up my code?
With only 400 rows you needn't worry about the speed of NSNumber
creation.
Ciao
Nat!
------------------------------------------------------
"It's always easier to ask forgiveness than it is to
get permission." -- Rear Admiral Hopper
_______________________________________________
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.