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 was archived by the owner on Jul 29, 2022. It is now read-only.
https://github.com/uploadcare/pillow-simd/ I have being using that for a few days now and seems to be working correctly. Not sure how much savings it brings, but theoretically there should be some.
What do you think?
The text was updated successfully, but these errors were encountered:
Great to know! Thanks for sharing.
I'm not sure about include it in the main image, but I'm thinking to create a special image version "thumbor-smid". I'll try to do it in the next release.
RUN pip uninstall -y pillow
# could use "avx2" if target cpu supports
ARG SIMD_LEVEL=sse4
RUN CC="cc -m$SIMD_LEVEL" pip install --no-cache-dir -U --force-reinstall pillow-simd
By default it uses sse4 instructions, but possible to build it with --build-arg SIMD_LEVEL=avx2. So then you'll have to have 2 built docker images.
https://github.com/uploadcare/pillow-simd/ I have being using that for a few days now and seems to be working correctly. Not sure how much savings it brings, but theoretically there should be some.
What do you think?
The text was updated successfully, but these errors were encountered: