avidemux2
avidemux2 copied to clipboard
[prefs] performance improvements
avoid full search (especially by name) during lookup if possible
I may have easily missed another location, but it looks like after you thankfully fixed the storm of pointless queries in https://github.com/mean00/avidemux2/pull/391 the only location where we stress preferences is in ADMToneMapperConfig::getConfig
, which should be trivial to fix at the source, so that prioritizing simplicity over performance won't hurt.
Frequent polling in tone mapper should be resolved by https://github.com/mean00/avidemux2/commit/26490fa84e110fcb712a15ec233708ab1d5b6afe but please keep this PR open, at least for a while.