"Qualifying round" optimization #523
Labels
T-Feature
Requests for a new feature to be added
T-Performance
Relates to slowness in areas of the software or ideas to improve performance
It would probably improve performance with very little risk of suboptimal compression, if we had the option to discard filtering strategies whose result was e.g. more than 10% and 8KiB larger than the smallest when processed with fast compression, but then use more thorough compression to make the most of a clear winner (sort of like what the
Brute
strategy does, but applied to the whole image) or choose among those that were within the margin of error. This is especially true when processing a lot of images in parallel, since narrowing down the options would free up threads for subsequent images. The fast compression could also be used to prioritize the most promising filter strategies when under deadline pressure in sequential mode.The text was updated successfully, but these errors were encountered: