Selects the LZMA match finder strategy (2‑byte or 4‑byte hash) balancing memory usage and match detection efficiency.
Definition
Fields
The match finder uses two bytes for the hash.
C#
BT2 = 0
The match finder uses four bytes for the hash.
C#
BT4 = 1