Subject: Re: best/better way of md5suming of really large file in ruby?
From: Kyle Schmitt <kyleaschmitt gmail.com>
Date: Thu, 23 Apr 2009 00:19:57 +0900
References: 334641334643334646334650
In-reply-to: 334650
Thanks both of you. I'd rather not shell out using %x[, but I may end
up doing that. I tried the modified MD5, and it actually ran in close
to the same time on my work machine, have to see how it does against
my home one.
--Kyle