Replies: 2 comments 3 replies
-
Actually, i don't think it's needed. I'll be eventually getting rid of worker_thread altogether as there are alternatives in current (or coming) node.js now that push these operations to a libuv threadpool
|
Beta Was this translation helpful? Give feedback.
3 replies
-
#19 that is the major v3.x bump to be released shortly gets rid of the dependency on worker_threads. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having
crypto_worker.js
useworker_threads
can be slow on Windows, and doesn't work without tweaks when packaged in an asar bundle.Would you accept a PR to make threaded crypto operations be optional?
Beta Was this translation helpful? Give feedback.
All reactions