PSeitz / lz4_flex

Fastest pure Rust implementation of LZ4 compression/decompression.
MIT License
441 stars 28 forks source link

remove VecSink #71

Closed PSeitz closed 1 year ago

PSeitz commented 1 year ago

remove VecSink since it can be fully replaced with a slice this will reduce code bloat from generics