* [ ] Checksum support (<- Great first issue!) * [ ] Check if/how much building custom FSE tables improves the compression rate and what the performance implications are * [ ] Check if/how much rebuilding huffman tables for each block helps/hurts performance and ratio * [ ] Dictionary support * [ ] Check other matching algorithms and window sizes to implement more compression levels * [x] Make the `Matcher` trait public and allow users to provide their own implementations
Matchertrait public and allow users to provide their own implementations