-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
make crypto functions execute in the threadpool asynchronously #678
Copy link
Copy link
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.
Description
Activity
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.
i would expect:
.update()and.digest()methodsreadableevent)btw i have no idea how much performance benefit this would provide, if any. i just like the idea of having everything executing in the threadpool...
nodejs/node-v0.x-archive#4298