-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disk cache optimization #306
Comments
First two points are so because the code pre-dates multi-tasking support in iOS. We should clearly change the notification name and perform a background task, you're 100% right. The last point is perfectly valid as well. Would you consider a pull request? |
pull request for point 3 done :) |
shifu
added a commit
to shifu/SDWebImage
that referenced
this issue
Jul 29, 2013
rs
pushed a commit
that referenced
this issue
Jul 31, 2013
I think all the points suggested by @nebillo are solved:
|
devedup
pushed a commit
to FilmFlexMovies/SDWebImage
that referenced
this issue
Sep 10, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello,
I was playing with your code, looking for some inspiration for writing my own disk image cache. I think you did an awesome job, but I am still missing something...
if you want I can give you more details on this with a working example.
I'm wondering if you have already considered and ignored these things, and in this case it would be interesting to know why.
The text was updated successfully, but these errors were encountered: