Daninet / hash-wasm

Lightning fast hash functions using hand-tuned WebAssembly binaries
https://npmjs.com/package/hash-wasm
Other
894 stars 50 forks source link

Can you add benchmarks against hasha? #37

Closed papb closed 2 years ago

papb commented 2 years ago

See https://github.com/sindresorhus/hasha

Daninet commented 2 years ago

Does it support browsers?

papb commented 2 years ago

No...

Daninet commented 2 years ago

The benchmark script I wrote only works in browsers. It's non-trivial to run it in Node.js

papb commented 2 years ago

Ah, ok, thank you for the fast replies!