▲ | vintermann a day ago | |||||||||||||
This is a dataset of bacterial DNA. Any two related bacteria will have long strings of the same letters. But it won't be neatly aligned, so the line breaks will mess up pattern matching. | ||||||||||||||
▲ | bede a day ago | parent | next [-] | |||||||||||||
Exactly. The line breaks break the runs of otherwise identical bits in identical sequences. Unless two identical subsequences are exactly in phase with respect to their line breaks, the hashes used for long range matching are different for otherwise identical subsequences. | ||||||||||||||
▲ | amelius a day ago | parent | prev [-] | |||||||||||||
And the compressor does not think: "how can I make these two sequences align better without wasting a lot of space?" | ||||||||||||||
|