Skip to content

A test page to compare performance of several javascript-based hash functions collected from github, including XXHASH, SHA-1, SHA-256 and SHA-512

License

Notifications You must be signed in to change notification settings

xiaoxiao99/hash-function-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hash-function-benchmark

A test page to compare performance of several javascript-based hash functions. All libraries are collected from github, including XXHASH, several variants of SHA-1, and MD5 It is also compared with browsers' native digest function for SHA-1, SHA-256 and SHA-512.

It is uploaded for personal use now. When have time I will clean up the code and add documents. If you have interest, just watch it and you will get posted when there is any update.

You can play with the demo page at

https://xiaoxiao99.github.io/hash-function-benchmark/digest.html

About

A test page to compare performance of several javascript-based hash functions collected from github, including XXHASH, SHA-1, SHA-256 and SHA-512

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages