SevenZipLZMACompressionSettings.DictionarySize
SevenZipLZMACompressionSettings.DictionarySize property
Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data is kept in memory. If not set, will be chosen accordingly to entry size.
public int DictionarySize { get; set; }
Remarks
The bigger the dictionary, the better the compression ratio usually is, but dictionaries bigger than the uncompressed data are waste of RAM.
See Also
- class SevenZipLZMACompressionSettings
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip