package
1.4.8
Repository: https://github.com/optakt/flow-dps.git
Documentation: pkg.go.dev

# Functions

New returns a new dictionary generator.
WithDictionaryPath sets path in which to store compiled dictionaries.
WithRatioImprovementTolerance sets the total size in bytes of samples to use for benchmarking.
WithSamplePath sets path in which to temporarily store generated data samples.
WithStartSize sets the dictionary size in Bytes to start with when generating dictionaries.

# Constants

Supported dictionary kinds.
Supported dictionary kinds.
Supported dictionary kinds.

# Variables

DefaultConfig is the default configuration for the Mapper.

# Structs

No description provided by the author
Generator generates optimized Zstandard dictionaries and turns them into Go files to be used for compression.

# Type aliases

DictionaryKind represents the resources that the dictionary is trained to compress efficiently.
Option is an option that can be given to the generator to configure optional parameters on initialization.