dchest / scrypt-async-js

Fast "async" scrypt implementation in JavaScript
http://dchest.github.io/scrypt-async-js/
BSD 2-Clause "Simplified" License
140 stars 26 forks source link

Use setImmediate where available #18

Closed dchest closed 9 years ago

dchest commented 9 years ago

Using setImmediate massively improves performance. Since most browsers don't support it, you'll have to include a shim for it, as we don't provide any.