No compression rule & match strategies
0.15.4 introduces the no-compression rule as well as 2 strategies for matching frames to rules : best
and first
.
best
strategy goes through all rules of a context and returns the one that shows the smaller residuefirst
strategy returns the first rule matching a frame, regardless of the compression performance.