diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-10 21:10:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-10 21:10:12 +0200 |
commit | c97cad26b43d6382928d6c686322df0cb4d308c9 (patch) | |
tree | 79d94deee269fbc1a1f1e86a15864a807f4cf9e3 /README.md | |
parent | update performance of java version (diff) | |
download | sha3sum-c97cad26b43d6382928d6c686322df0cb4d308c9.tar.gz sha3sum-c97cad26b43d6382928d6c686322df0cb4d308c9.tar.bz2 sha3sum-c97cad26b43d6382928d6c686322df0cb4d308c9.tar.xz |
improve python performance
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ PERFORMANCE COMPARISON: C ISO C90 :: 0,082s ~ 1 Java/C JNI :: 0,175s ~ 2,13 Java 1.2+ :: 0,228s ~ 2,78 - Python 3 :: 25,057s ~ 306 - Python 2 :: 37,488s ~ 457 + Python 3 :: 24,373s ~ 297 + Python 2 :: 34,595s ~ 422 Based on test against a 2,3 MB file. |