bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils patch to multithread md5sum for parallel hashing (ala the


From: Pádraig Brady
Subject: Re: coreutils patch to multithread md5sum for parallel hashing (ala the HP-UX days)
Date: Thu, 25 Mar 2010 12:34:21 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 25/03/10 00:13, Brett L. Trotter wrote:
> Hello, this is my first post to the list, so I'll say in advance here
> I'm pleased to meet you all.

Hi, and first off thanks for the patch!
However this has been submitted before and not accepted.
The unix toolkit is already good at splitting up the
processing on separate files as detailed here:
http://lists.gnu.org/archive/html/bug-coreutils/2009-10/msg00179.html

cheers,
Pádraig.

p.s. You may want to compare the performance of:
CPUS=4; find files | xargs -n1 -P$CPUS md5sum

p.p.s. We only really accept patches (especially of this size)
against the latest git source.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]