|
|
|
|
|
by recursive
5002 days ago
|
|
> it just needs to be possible to say "copy bytes X through Y of /bin/ls here" in fewer than Y-X bytes It is very unlikely that the length of the sequence will be smaller than the space required to store X. Your plan is similar to saying "The input could contain long repeated segments containing only zeroes. Compress those using scheme Z. The longer the file, the more likely this is to occur.". Information theory allows us to prove that this cannot always work. In fact it is very unlikely to work for a specific randomly generated target file. |
|