On Tue, Oct 18, 2005 at 12:13:33PM -0400, Jeff Horwitz wrote:
> On Tue, 18 Oct 2005, Chip Salzenberg wrote:
> > As for the pbc file case: If you're making a pbc so large that hash
> > creation takes noticeable time, then just imagine how long _writing_
> > it will take?  :-)
> 
> this answers my question.  :)

Also keep in mind that on modern hardware most hash algorithms are IO
limited.  If you just wrote that file out to disk at least parts of it
are likely to be either buffered in the VM or cached there so the time
spent actually hashing the file (for large files) should be less then
the ammount of time it takes to physically write the file to disk.

Cheers,

-J

--

Attachment: pgppHYq264VNE.pgp
Description: PGP signature

Reply via email to