tayloraswift / jpeg

decode, inspect, edit, and encode jpeg images in pure swift
https://kelvin13.github.io/jpeg/
Mozilla Public License 2.0
142 stars 17 forks source link

investigate and improve decoding speed in release builds #3

Open tayloraswift opened 1 year ago

tayloraswift commented 1 year ago

the library has not gone through the optimization process, and as the author of the package, i’ve learned a lot more about high-performance swift in the 3+ years since v1.0.0. for v2, we should focus on improving the performance of this package in production.