Async DNS resolving
Profiling showed that most (absolute) time of the search crawler was spent in the getaddrinfo
method. By using an async resolving library this time can be reduced and better spent elsewhere.
Current proposal is to use c-ares (no DNSSEC) or libunbound (openssl dependency).
Edited by Bernard van Gastel