Enum LzmaMatchFinderType
Selects the LZMA match finder strategy (2‑byte or 4‑byte hash) balancing memory usage and match detection efficiency.
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public enum LzmaMatchFinderType
BT2
The match finder uses two bytes for the hash.
BT4
The match finder uses four bytes for the hash.