14 releases
0.3.5 | Jan 25, 2025 |
---|---|
0.3.4 | Oct 9, 2024 |
0.3.3 | Jul 22, 2024 |
0.3.2 | Oct 31, 2023 |
0.1.1 | Mar 25, 2022 |
#231 in Compression
5,212 downloads per month
Used in 11 crates
(3 directly)
34KB
754 lines
Fluvio Compression
Library with handlers to compress and uncompress data in the fluvio protocol.
In fluvio, compression is done in producer side, then consumers and SPU when it is using SmartModules, uncompress the data using the compression information that is in the attributes of the batch.
Currently, the supported compressions codecs are None (default), Gzip, Snappy, Zstd and LZ4.
Dependencies
~2.8–4.5MB
~92K SLoC