Skip to content
Novus Examples
zst168 B

ZST — Zstandard Single File

A text file compressed with Zstandard (.zst) — the container-free codec on its own — for testing zstd decompression and codec detection.

zst

Single-file zstandard stream

168 B
Contains
sample.txt
Codec
zstandard
Uncompressed
960 B
Compressed
168 B
Compressed to 17.5% of original82.5% saved

A container-free zstandard stream — decompress it to recover sample.txt. The bytes are the compressed data, so there is no inline content preview.

Specifications

Format
Zstandard (single file)
Codec
zstandard
Original Name
sample.txt
Original Bytes
960
Level
10

What is a .zst file?

Zstandard (.zst) is a modern, fast lossless compressor offering high ratios with very fast decompression and tunable levels. It is widely used in package managers, filesystems, and data pipelines.

How to use this file

Use an example .zst file to test Zstandard decompressors, streaming decode, and zstd-to-gzip re-compression.

How to use this file for testing

“ZST — Zstandard Single File” is a deterministic Novus Examples fixture for Compression testing, Conversion testing. The same source saved at quality 10/50/90 for comparing compression artefacts and quality settings.

Documented properties for this file: Zstandard (single file). Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

Archive fixtures are documented down to their member list (shown on this page) and are deliberately safe — no zip bombs, executables, or hidden payloads. Test extractors against nested, unicode, empty, and encrypted variants.

Generated by generation/q8_extras.py. Free for any use, no attribution required — license.