12 releases

new 0.3.3 Jul 22, 2024
0.3.2 Oct 31, 2023
0.3.1 Sep 28, 2023
0.3.0 May 26, 2023
0.1.1 Mar 25, 2022

#173 in Compression

Download history 1230/week @ 2024-04-04 451/week @ 2024-04-11 1634/week @ 2024-04-18 881/week @ 2024-04-25 775/week @ 2024-05-02 606/week @ 2024-05-09 581/week @ 2024-05-16 1225/week @ 2024-05-23 730/week @ 2024-05-30 451/week @ 2024-06-06 644/week @ 2024-06-13 576/week @ 2024-06-20 491/week @ 2024-06-27 339/week @ 2024-07-04 491/week @ 2024-07-11 483/week @ 2024-07-18

1,856 downloads per month
Used in 9 crates (3 directly)

Apache-2.0

13KB
259 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

~0.5–1.8MB
~37K SLoC