Slide 14
Slide 14 text
Maximize Clean Memory
• Only read large files into memory if you use
NSDataReadingMappedAlways
• Create memory-mappable cache files, and store data in them (for
example, FastImageCache).
The system will automa/cally evict the file from memory when it's
not needed