Full Changelog: v0.2.7...v0.2.8
With the very basic image read benchmark (cargo bench
) I saw ~20% performance increase with the new version.
With 0.8.1:
alien.jxl time: [147.47 ms 153.34 ms 159.58 ms]
change: [-7.3051% -2.1045% +3.3388%] (p = 0.45 > 0.05)
No change in performance detected.
With 0.9.0:
alien.jxl time: [113.19 ms 118.37 ms 123.77 ms]
change: [-27.332% -22.807% -17.822%] (p = 0.00 < 0.05)
Performance has improved.
Since this release I modified the filenames with the postfix i686/x86_64/aarch64, just following the Rust target names. Mostly because I got a new ARM64 laptop as the main dev machine and it felt weird to keep naming the x86_64 build without any postfix (and thus looking like "the default").