• 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: NSView and array of moveable NSImages
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSView and array of moveable NSImages


  • Subject: Re: NSView and array of moveable NSImages
  • From: Michael Watson <email@hidden>
  • Date: Thu, 5 Apr 2007 16:14:44 -0400

Yeah, a linked list is definitely the most efficent way to manage an image layering system. (Makes adding and removing layers easier than shifting large sections of an array.)

For most things, you won't need that kind of performance, but hey, it's there if you need it, right?

--
m-s

On 05 Apr, 2007, at 16:10, Scott Anguish wrote:

Actually, I used a double linked list, since this made it easy to traverse into groups, and move items around wholesale. But this was a large, large scale package that often had 50,000 items to deal with.

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >NSView and array of moveable NSImages (From: "Fen Soares" <email@hidden>)
 >Re: NSView and array of moveable NSImages (From: Scott Anguish <email@hidden>)
 >Re: NSView and array of moveable NSImages (From: "I. Savant" <email@hidden>)
 >Re: NSView and array of moveable NSImages (From: Scott Anguish <email@hidden>)

  • Prev by Date: Re: NSView and array of moveable NSImages
  • Next by Date: Re: NSView and array of moveable NSImages
  • Previous by thread: Re: NSView and array of moveable NSImages
  • Next by thread: Re: NSView and array of moveable NSImages
  • Index(es):
    • Date
    • Thread