Module dicts

Module dicts 

Source
Expand description

Pre-trained zstd dictionaries for compressing test output.

These dictionaries were trained on test output from a variety of Rust projects and provide ~40-60% compression improvement over standard zstd for typical test stdout/stderr.

Dictionaries are stored in each archive (meta/stdout.dict, meta/stderr.dict) to make archives self-contained. This module provides the dictionaries used when creating new archives.

Staticsยง

STDERR
Pre-trained zstd dictionary for test stderr.
STDOUT
Pre-trained zstd dictionary for test stdout.