PSeitz / lz4_flex

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

Multithreading #161

Open swz-git opened 1 month ago

swz-git commented 1 month ago

The lz4 github page states that the algorithm is multithreadable. Is it possible to run lz4_flex on multiple cores?

PSeitz commented 1 month ago

There's no multi-threading in this crate, but it would be generally possible.