Re: NSRect, NSPoint, NSSize & Collections
Re: NSRect, NSPoint, NSSize & Collections
- Subject: Re: NSRect, NSPoint, NSSize & Collections
- From: Chris Hanson <email@hidden>
- Date: Mon, 28 Oct 2002 01:11:27 -0600
At 9:25 PM -0800 10/27/02, Jeff LaMarche wrote:
Can someone clue me in as to which of the above methods is better, or
if there's another option that I've overlooked?
The option you've overlooked is NSValue. It's the generic "wrapper
object" in Foundation.
Also, don't worry about performance right now. Get it correct, see
if it's fast enough, then if it's not *profile* your code and
optimize based on your profiling data. Don't try to optimize your
code before you write it, or before you get it working.
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
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.