-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dns cache #8
Comments
Do you expect a lot of the equal queries? I think in this case the better solutions will be a LRU cache around, but not sure if it should be part of this library of wrap around. What do you think? Cache all requests with LRU cache? |
Agree. I'm ok that caching is out of scope of this library. 📝 I've filed this issue by following reason. |
That's exactly the reason why I don't want to make it another |
Digging deeper, we definitely can't replace |
Maybe, dns
lookup
have negative performance implications.I think that lookup should be cached.
However, dns
lookup
has notttl
option.Related
The text was updated successfully, but these errors were encountered: