A stack that handles 350m file api requests per day(stackshare.io)
stackshare.io
A stack that handles 350m file api requests per day
https://stackshare.io/uploadcare/how-uploadcare-built-a-stack-that-handles-350m-file-api-requests-per-day
2 comments
Very interesting that they have an image processor that uses SIMD for big performance gains. Using either SSE4 or AVX2 with https://github.com/uploadcare/pillow-simd
If you're interested to learn more about Pillow-SIMD, https://blog.uploadcare.com/the-fastest-production-ready-ima...