13 releases

0.3.4 Oct 9, 2024
0.3.3 Jul 22, 2024
0.3.2 Oct 31, 2023
0.3.0 May 26, 2023
0.1.1 Mar 25, 2022

#191 in Compression

Download history 568/week @ 2024-07-26 331/week @ 2024-08-02 648/week @ 2024-08-09 515/week @ 2024-08-16 444/week @ 2024-08-23 873/week @ 2024-08-30 758/week @ 2024-09-06 416/week @ 2024-09-13 926/week @ 2024-09-20 963/week @ 2024-09-27 746/week @ 2024-10-04 648/week @ 2024-10-11 425/week @ 2024-10-18 797/week @ 2024-10-25 1208/week @ 2024-11-01 591/week @ 2024-11-08

3,114 downloads per month
Used in 11 crates (3 directly)

Apache-2.0

34KB
748 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
~83K SLoC