LzmaArchiveSettings.NumberOfFastBytes
LzmaArchiveSettings.NumberOfFastBytes property
Gets or sets the number of bytes used for fast match searching in the LZMA algorithm.
public int NumberOfFastBytes { get; set; }
Remarks
A higher value allows the compressor to search longer matches, which can improve the compression ratio slightly but slows down compression.
See Also
- class LzmaArchiveSettings
- namespace Aspose.Zip.LZMA
- assembly Aspose.Zip