instantiations / es_compression

Compression framework for Dart providing FFI implementations for Brotli, Lz4, Zstd (Zstandard) with ready-to-use prebuilt binaries for Win/Linux/Mac.
https://www.instantiations.com
BSD 3-Clause "New" or "Revised" License
41 stars 8 forks source link

Do you have any plan to support Lempel–Ziv–Welch (LZW) algorithm? #36

Closed MegatronKing closed 1 year ago

sethloco commented 2 years ago

Hello. I have no current plans to support LZW, though it looks like a good candidate for a pure-dart implementation, so I'll consider this for a future enhancement. Thanks for the recommendation.