Skip to content

Algorithms

The CeDe module supports multiple compression algorithms, each with their own use cases and trade-offs.

AlgorithmCompression RatioCompression SpeedDecompression Speed
lz4LowFastestFastest
zstdHighestFastFast
deflateHighFastMedium

Use cases

  • lz4 – Very fast, use if you prefer speed over size
  • zstd – Best compression, less supported
  • deflate – Most compatible