Function zstd::dict::from_samples [−][src]
Expand description
Train a dictionary from multiple samples.
The samples will internaly be copied to a single continuous buffer, so make sure you have enough memory available.
If you need to stretch your system’s limits,
from_continuous
directly uses the given slice.