Skip to content

No compression rule & match strategies

Compare
Choose a tag to compare
@quentinlampin quentinlampin released this 27 Sep 09:36
· 76 commits to main since this release
1836db6

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 residue
  • first strategy returns the first rule matching a frame, regardless of the compression performance.