Subject: | Outdated Benchmarks |
The "Digest speed" table is out of date.
For the past several releases, Digest::SHA is in fact faster than the former frontrunners SHA1 and SHA2 on the benchmark used for this table.
It might also be helpful to describe the various Digest modules based on actual capabilities and limitations, rather than just comparing them based on speed (which can be quite misleading).
For example, Digest::Perl::MD5 is far better than Digest::MD5 when you need to compute message digests and don't have a C compiler :)