ReadonlydetailMinimum common-subsequence length to be considered a real match.
ReadonlyfastNumber of positions to scan during the fast-find optimisation pass.
ReadonlyfastNumber of consecutive matches required for the fast-find pass to succeed.
ReadonlyfindWhether to look for a common prefix before running the full algorithm.
ReadonlyfindMinimum prefix length required to accept a common-beginning match.
ReadonlyfindWhether to look for a common suffix before running the full algorithm.
ReadonlyfindMinimum suffix length required to accept a common-end match.
Configuration options for the LCS comparison algorithm.
Remarks
These settings control the behaviour of the compare function, including optimisation thresholds and edge-case handling. Use createLcsSettings to create an instance with sensible defaults.