• 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: How to optimize image loading during core animation?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to optimize image loading during core animation?


  • Subject: Re: How to optimize image loading during core animation?
  • From: Gabriel Zachmann <email@hidden>
  • Date: Fri, 18 Feb 2011 02:22:30 +0100

> You will want to decouple the image load and decode operation from the
> render side of things as much as you can.

The point is that on the "render side" there is actually very little work to be done.
All I do in my code is to set up a new Core Animation layer every 10 seconds.
So, will moving the image loading (which is the only CPU intensive operation during the setup of the new layer) to another thread really help?

> You can do that with
> threading, async loading, and/or operations/blocks.

Which API would you recommend for async loading?
Exactly what do yo mean by operations/blocks?

Best regards,
Gabriel.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please 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

  • Follow-Ups:
    • Re: How to optimize image loading during core animation?
      • From: Conrad Shultz <email@hidden>
References: 
 >How to optimize image loading during core animation? (From: Gabriel Zachmann <email@hidden>)
 >Re: How to optimize image loading during core animation? (From: Shawn Erickson <email@hidden>)

  • Prev by Date: Re: Setting a color in a NSBitmapImageRep to white or black
  • Next by Date: Re: How to optimize image loading during core animation?
  • Previous by thread: Re: How to optimize image loading during core animation?
  • Next by thread: Re: How to optimize image loading during core animation?
  • Index(es):
    • Date
    • Thread