Closed dsschult closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
943d77c
) 88.70% compared to head (371a461
) 88.72%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks!
By adding caching for
input_size
, image files that have previously been processed do not need to be opened at all when a gallery is updated. This improves update speed significantly, especially on slower systems with many image files. I've seen anywhere from a 1.5x to 10x improvement with ~50k images when testing this PR on various systems.