vstakhov / librdns

Asynchronous DNS resolver
BSD 2-Clause "Simplified" License
36 stars 10 forks source link

Benchmark and compare against c-ares #4

Open thedrow opened 9 years ago

thedrow commented 9 years ago

It would be nice to know how well does this library work when compared to c-ares which is the goto library when you want to resolve DNS async as far as I know. It's also valuable to mention why librdns is (if it really is) more secure, performant, etc than other libraries.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/22159924-benchmark-and-compare-against-c-ares?utm_campaign=plugin&utm_content=tracker%2F730721&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F730721&utm_medium=issues&utm_source=github).
vstakhov commented 9 years ago

Are there any benchmark suites that I could adopt to test rdns?

thedrow commented 9 years ago

Unfortunately I don't know any DNS client benchmarks and I couldn't find any using a quick google search. There are DNS servers benchmarks like namebench that we can adapt in order to test DNS resolving with different clients.