Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Test and replace md5 js with a faster one #1

Open
actual-saurabh opened this issue Aug 2, 2016 · 1 comment
Open

Test and replace md5 js with a faster one #1

actual-saurabh opened this issue Aug 2, 2016 · 1 comment

Comments

@actual-saurabh
Copy link
Member

http://www.myersdaily.org/joseph/javascript/md5-text.html

@jiteshp
Copy link

jiteshp commented Nov 15, 2016

I tested both the existing (Paul Johnston) & Joseph Meyers implementation.

For iterations lesser than 10,000, the results are pretty random. However Joseph Meyers implementation is faster for 10,000+ iterations.

Since we are calling the md5 hash function only once, the speed shouldn't really matter.

You can find the test here: https://github.com/jiteshp/md5-test.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants