Module: VibeZstd::Format

Defined in:
lib/vibe_zstd/constants.rb

Overview

Frame format constants for compression and decompression

Constant Summary collapse

STANDARD =

Standard zstd frame format with magic number (default)

0
MAGICLESS =

Zstd frame format without initial 4-byte magic number Useful to save 4 bytes per frame, but decoder must be explicitly configured

1