in reply to Digest::MD5 seems to slow down script

As zwon's reply pointed out, the way to speed up file comparisons is to first directly sample the files themselves, say a1k buffer of bytes, then run an md5sum sum comparison ONLY if the buffers match.

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: Digest::MD5 seems to slow down script