nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
26.4k stars 7.69k forks source link

ARM benchmark against libjpeg-turbo/libpng #1361

Closed Jeevhi closed 2 years ago

Jeevhi commented 2 years ago

Hi,

stb_image is incredibly simple and impressive. I plan to use it in Android and iOS app and wondering about the benchmark especially on ARM processor, especially for compression, decompression, resize.

I found one article but it's quite dated and I am certain that there are many improvements after that

https://blog.gibson.sh/2015/03/23/comparing-performance-stb_image-vs-libjpeg-turbo-libpng-and-lodepng/

Any inputs please