Post #1235358
2026-01-28 16:41 UTC
Using the new Tachyon profiler coming to Python 3.15 I profiled a one-liner to find a bottleneck, then sped up some 26-year-old code in @pillow!
https://hugovk.dev/blog/2026/faster-pillow/
#Python #python315 #Tachyon #Pillow #PythonPillow #performance
Replies (2)
-
@adamchainz@fosstodon.org 2026-01-28 17:05
@hugovk @pillow nice one!
-
@anubhav@hachyderm.io 2026-01-28 23:25
@hugovk@mastodon.social @pillow Your profiling suggests that in the meantime I should do the Pillow image object initialization myself for the expected file types. (Additionally that should (will?) catch the change of the expected format from the source.)