You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,13 @@
1
1
# SparkMD5
2
2
3
3
SparkMD5 is a fast md5 implementation of the MD5 algorithm.
4
-
This script is based in the JKM md5 library which is the
5
-
fastest algorithm around (see: http://jsperf.com/md5-shootout/7).
6
-
This is most suitable for browser usage, because `nodejs` version might be faster.
4
+
This script is based in the JKM md5 library which is the [fastest](http://jsperf.com/md5-shootout/7) algorithm around. This is most suitable for browser usage, because `nodejs` version might be faster.
7
5
8
6
NOTE: Please disable Firebug while performing the test!
9
7
Firebug consumes a lot of memory and CPU and slows the test by a great margin.
0 commit comments