issues
search
twitter
/
ios-twitter-image-pipeline
Twitter Image Pipeline is a robust and performant image loading and caching framework for iOS clients
Apache License 2.0
1.85k
stars
109
forks
source link
v2.5.0 update
#26
Closed
NSProgrammer
closed
7 years ago
NSProgrammer
commented
7 years ago
reduce thread count for TIP by unifying all disk caches to using 1 manifest queue
make disk cache manifest load async instead of sync now that it is shared
no real speed improvements, just fewer threads need to be used in multi-pipeline apps
clean up some large inline functions to be regular functions
Remove detached downloads support for TIP image fetches
using HTTP/2 is the ideal solution, removing the complexity to remove the crutch
other miscellaneous minor improvements