aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-10 21:55:44 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-10 21:55:44 +0200
commit30c17f7de17ce7572d60b6ade0807135e6e33502 (patch)
treedf8dafa646cccca67a967beae277251b84c7100c
parentimprove python performance (diff)
downloadsha3sum-30c17f7de17ce7572d60b6ade0807135e6e33502.tar.gz
sha3sum-30c17f7de17ce7572d60b6ade0807135e6e33502.tar.bz2
sha3sum-30c17f7de17ce7572d60b6ade0807135e6e33502.tar.xz
comparison against other hashes
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3f7d89c..1f9a0d7 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,14 @@ PERFORMANCE COMPARISON:
Python 3 :: 24,373s ~ 297
Python 2 :: 34,595s ~ 422
+ md5sum :: 0,009s ~ 0,110
+ sha1sum :: 0,013s ~ 0,159
+ sha384sum :: 0,015s ~ 0,183
+ sha512sum :: 0,015s ~ 0,183
+ sha224sum :: 0,020s ~ 0,244
+ sha256sum :: 0,021s ~ 0,256
+ md6sum :: 0,165s ~ 2,012
+
Based on test against a 2,3 MB file.