Skip to content

Commit

Permalink
Add note about WebAssembly
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Aug 27, 2021
1 parent acb8d27 commit 8c5235d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,11 @@ This is an ad-hoc benchmark of various hashing functions for non-cryptographic
purposes. We test native and pure JS algorithms, different digest sizes, and
incremental and single-call hashing.

**Update (August 2021):** This benchmark predates
[WebAssembly](https://webassembly.org/). There likely exist hash functions
compiled into WebAssembly that beat the pure JS implementations. If somebody
wants to update this benchmark, a pull request would be most welcome!

Scroll down for recommendations.

## Libraries tested
Expand Down

0 comments on commit 8c5235d

Please sign in to comment.