v0.14.0 - Rule matching strategies: FIRST and BEST match
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
- [feature] rule matching strategies by @quentinlampin in #13
Full Changelog: 0.13.0...0.14.0