You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
In my setting, accimage was significantly faster than Pillow (~1.4x-1.5x), but not so much compared to Pillow-SIMD.
Roughly speaking, for every 1000 images Pillow-SIMD loads and pre-processes (crop+resize+transpose), accimage does ~1015. In long run, it can make a difference.
ps: I didn't run this, but this may provide a better answer accimage-benchmark
That's buggy, it needs to re-read the image before running the accimage transformations to be accurate.
In my experience Pillow-SIMD is the better option than accimage, although I'd like to revisit and properly benchmark when I have time, something that won't happen for a long time!
How much faster is
accimage
thanPillow{,-SIMD}
? Some rough numbers, even say a single sentence in the root README, would be helpful.FWIW Pillow has some benchmarks here: https://python-pillow.org/pillow-perf/
The text was updated successfully, but these errors were encountered: