rust-av / ssimulacra2_bin

Binary interface for the ssimulacra2 Rust port
BSD 2-Clause "Simplified" License
40 stars 10 forks source link

Remove redundant conversion in image mode #20

Closed FreezyLemon closed 1 year ago

FreezyLemon commented 1 year ago

Looking at the flamegraph, I realized that the redundant conversion to Xyb (since the lib takes a LinearRgb input) that I addressed with #8 also happens for image comparisons. The impact is small (~1% overall according to the flamegraph) but it's free real estate.