On Wed, 08 Jun 2005 16:32:03 +0200, Gabriele Santilli =20 <[EMAIL PROTECTED]> wrote:
> Another possibility, could be to process the two files in chunks. Hi, that's the approach I take. Use a random number generator seeded =20 with the filename for example. Pick some 100KB parts from those big =20 files and compare them with 'checksum. Repeat until you find the first =20 difference. The chances that you will hit the difference is quite high =20 if you always include the first and last 100KB. --=20 Robert M. M=FCnch Management & IT Freelancer Mobile: +49 (177) 245 2802 http://www.robertmuench.de -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
