connor4312 / blake3

BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly
https://connor4312.github.io/blake3/index.html
MIT License
177 stars 19 forks source link

Threading support in native Node #15

Open connor4312 opened 4 years ago

connor4312 commented 4 years ago

See https://github.com/connor4312/blake3/pull/14

mriise commented 3 years ago

https://caniuse.com/sharedarraybuffer

This was mentioned as a perquisite for threading in browser, not node.