It's a special case and I don't think it is a problem in practice. It only happens when there is a block longer than $subStrSize (the minimum match quanta) with a repeated pattern. Test strings and results are shown below:
>string1
01010101010ddddddddddd01234566789a12345yy
>string2
0123456789b12345eeeeeeeeeeeex01010101010x
>string3
0123456789c12345ffffffffffff01010101010zz
000:001 L[ 11] ( 0 29)
000:002 L[ 11] ( 0 28)
001:002 L[ 10] ( 0 0)
Completed in 0.002126
Best match: >string1 - >string2. 11 characters starting at 0 and 29.
Best match: >string1 - >string3. 11 characters starting at 0 and 28.
Perl is Huffman encoded by design.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|