Skip to content

Commit

Permalink
Why Pillow itself is so fast
Browse files Browse the repository at this point in the history
  • Loading branch information
homm committed Jul 2, 2016
1 parent e8eeda1 commit 108e72e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@ https://gist.github.com/homm/f9b8d8a84a57a7e51f9c2a5828e40e63

There are no cheats. High-quality resize and blur methods are used for all
benchmarks. Results are almost pixel-perfect. The difference only in effective
algorithms
algorithms. Resampling in Pillow was rewriten in version 2.7 with
minimal usage on floating point numbers, precomputed coefficients and
cache-awareness transposition.


## Why Pillow-SIMD is even faster

Because of SIMD, of course.


## Why do not contribute SIMD to the original Pillow
Expand Down

0 comments on commit 108e72e

Please sign in to comment.