Skip to content

v0.14.0 - Rule matching strategies: FIRST and BEST match

Compare
Choose a tag to compare
@quentinlampin quentinlampin released this 21 Aug 09:44
· 94 commits to main since this release
50da494

This release implements two strategies for the ContextManager:

  • FIRST match: the context manager uses the first matching rule of the rules set. This speeds up the execution time.
  • BEST match: the context manager uses the best matching rule of the rules set. This favours compression performance over execution time.

What's Changed

Full Changelog: 0.13.0...0.14.0