Module: VibeZstd::Strategy

Defined in:
lib/vibe_zstd/constants.rb

Overview

Compression strategy constants, listed from fastest to strongest

Constant Summary collapse

FAST =
1
DFAST =
2
GREEDY =
3
LAZY =
4
LAZY2 =
5
BTLAZY2 =
6
BTOPT =
7
BTULTRA =
8
BTULTRA2 =
9