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

Add lz4 codec example using tranforms streaming #4

Closed sethloco closed 4 years ago

sethloco commented 4 years ago

Right now we have the encode()/decode() one-shot examples. We also need codec examples using transform()