|
From: | Pádraig Brady |
Subject: | Re: Which sha sum is the fastest? |
Date: | Mon, 27 Apr 2020 18:27:58 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Thunderbird/76.0 |
On 27/04/2020 16:09, Michael Stone wrote:
On Mon, Apr 27, 2020 at 09:55:32AM -0500, Peng Yu wrote:I got the following run time on a file of 116M. They are ranked in this order. Is this runtime order in general true?no; it will depend heavily on compile-time options and cpu-level optimizations.
Right. Also see if your coreutils is built --with-openssl, which is easiest checked with `ldd $(which sha1sum) | grep libcrypto`
[Prev in Thread] | Current Thread | [Next in Thread] |