Re: Digest MD5 and speed

2004-12-15 Thread Traeder, Philipp
On Wednesday 15 December 2004 15:34, Benjamin Jeeves wrote: > Hi all Hi Benjamin, > > I'm writting a program in perl to md5sum about 500,000 files these files > are text files and have different files size the biggest being about 500KB. > my code is below [..code snipped..] > > The thing is that

Re: Digest MD5 and speed

2004-12-15 Thread Ing. Branislav Gerzo
Benjamin Jeeves [BJ], on Wednesday, December 15, 2004 at 14:34 (+) typed: BJ> in the right way too? If I do not md5sum the files it print to the screen in BJ> about 2 mins? I don't think there should be much impromevent in speed, because Digest::MD5 uses C library for calculating MD5. So you

Digest MD5 and speed

2004-12-15 Thread Benjamin Jeeves
Hi all I'm writting a program in perl to md5sum about 500,000 files these files are text files and have different files size the biggest being about 500KB. my code is below #!/usr/bin/perl use strict; use Cwd; # module for finding the current working directory use Digest::MD5 qw(md5); sub Sca