Use OpenZL, Facebook's successor to zstd, for compression #1576
Replies: 1 comment 1 reply
-
Hi @nickchomey, thanks for pointing to this! Do you have any special goal in mind about using OpenZL, e.g. using it to compress the metadata stored in the repository? About other data: Given that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Facebook recently open-sourced a new compression framework called OpenZL, which is a successor to zstd. It looks exceptionally impressive, though it requires the data to have a known structure/format - I don't know if that applies at all to rustic. Though, it falls back to zstd if openzl is not useful.
Is it something that rustic might be able to use?
https://engineering.fb.com/2025/10/06/developer-tools/openzl-open-source-format-aware-compression-framework/
Beta Was this translation helpful? Give feedback.
All reactions