Closed alexiscreuzot closed 8 years ago
Here's how it looks
Also, you may want to display the benchmarks comparison as a table likeso :
Memory Usage | One Image | Multiple Images |
---|---|---|
FLAnimatedImage | x Mb | y Mb |
SwiftGif | x Mb | y Mb |
JWAnimatedImage | x Mb | y Mb |
CPU Usage | One Image | Multiple Images |
---|---|---|
FLAnimatedImage | x % (n threads) | y % (n threads) |
SwiftGif | x % (n threads) | y % (n threads) |
JWAnimatedImage | x % (n threads) | y % (n threads) |
It's much more readable and allows for future benchmarks
Nice work~
Improved README and example