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`