UIImageView-BetterFace-Swift
FastImageCache
UIImageView-BetterFace-Swift | FastImageCache | |
---|---|---|
- | 1 | |
472 | 8,096 | |
- | 0.0% | |
0.0 | 0.0 | |
- | about 2 years ago | |
Swift | Objective-C | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
UIImageView-BetterFace-Swift
We haven't tracked posts mentioning UIImageView-BetterFace-Swift yet.
Tracking mentions began in Dec 2020.
FastImageCache
-
Memory Efficiency in iOS: Reducing footprint and beyond
Kingfisher and AsyncImage decompress images into dirty memory, and images are big. They're fairly CPU and memory inefficient from that perspective.
FastImageCache uses memory mapping and is very efficient, but it's 10 years old: https://github.com/path/FastImageCache
What are some alternatives?
TOCropViewController - A view controller for iOS that allows users to crop portions of UIImage objects
Kingfisher - A lightweight, pure-Swift library for downloading and caching images from the web.
ImageViewer - An image viewer à la Twitter
SDWebImage - Asynchronous image downloader with cache support as a UIImageView category
IDMPhotoBrowser - Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
GPU Image - An open source iOS framework for GPU-based image and video processing