PSeitz

Results 106 comments of PSeitz

Thanks, I just realized that in that step only sizes that are larger are checked It's implemented in this PR: https://github.com/PSeitz/lz4_flex/pull/78

I think I will go forward with this by inverting the feature flags. e.g. `unsafe-decode` and `unsafe-encode` will not be default features and can be enabled to get more performance....

With version `0.11` I inverted the feature flag from `checked-decode` to `unchecked-decode`. So the API will be sound with: `lz4_flex = { version = "0.11.0", default-features = false }` I...

A good idea may be to add lz4_flex support to https://github.com/Nemo157/async-compression