PSeitz
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
@dependabot ignore this dependency
The new images have a background
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
I just want to second this. Having Arc would be sweet, as memory consumption on some structs is reaching relative high levels in quickwit
> cargo bloat isn't really useful to reduce compilation times. Your reddit post would suggest otherwise :) https://old.reddit.com/r/rust/comments/cg3p5m/cargobloat_08_debloated_5x_smaller_10x_faster/ > And checking bloat of tests is mostly pointless as well. I...
No, the files are old and unused. I use git workspace, but it doesn't help if I navigate inside the folder directly and execute the command.
If someone runs into the same issue: https://github.com/dnlmlr/cargo-clean-all works well for me