Struct Factor
Defined in File factorizer.hpp
Struct Documentation
-
struct Factor
Represents a factorization factor with start position, length, and reference position.
A factor represents a substring in the original text that was identified during noLZSS factorization. The factor covers text from position ‘start’ with the specified ‘length’, and ‘ref’ indicates the position of the previous occurrence (reference) for compression purposes.