Module: VibeZstd::DictAttachPref

Defined in:
lib/vibe_zstd/constants.rb

Overview

Dictionary attachment preference constants

Constant Summary collapse

AUTO =

Automatically choose attachment method (default)

0
FORCE_ATTACH =

Force dictionary to be attached by reference

1
FORCE_COPY =

Force dictionary to be copied into working context

2
FORCE_LOAD =

Force dictionary to be reloaded

3