Hacker News new | ask | show | jobs
Ask HN:Which iOS library performs faster for async image loading?
1 points by xackpot 4484 days ago
I am using SDWebImageCache for async image loading but it is still slow and sometimes takes a few seconds if the user scrolls too fast. What different ways have you used to make the image loading faster with fast scrolling?
1 comments

you need to watch the WWDC 2012 session 211 with teaches NSOperationQueue for touch processing

http://pupuweb.com/wwdc-2012-session-211-building-concurrent...

I do realize that isn't the best link, but you can at least see the full session title there.