-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Improve DnsResolver class to implement:
- Cache to avoid trigerring multiple lookup for the same host
- Use dns.resolve4 and dns.resolve6 to avoid limited libuv thread pool bottleneck with lookup: see https://nodejs.org/api/dns.html#implementation-considerations
There is also room to enhance the implementation inside of NpmTarball class (quite ugly right now).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers