wangjwchn / AImage

An animated gif & apng engine for iOS in Swift. Have a great performance on memory and cpu usage.
993 stars 93 forks source link

Improved README and example #10

Closed alexiscreuzot closed 8 years ago

alexiscreuzot commented 8 years ago

Improved README and example

alexiscreuzot commented 8 years ago

Here's how it looks

1

alexiscreuzot commented 8 years ago

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

wangjwchn commented 8 years ago

Nice work~