Hacker News new | ask | show | jobs
by dullgiulio 3127 days ago
AFAIK they both use the same miekg/dns library. I am not sure the assembly optimizations have been merged into the library itself.
1 comments

If you want something faster than github.com/miekg/dns, there is golang.org/x/net/dns. I am the author, but I promise it is a lot faster. It is about an order of magnitude faster in my benchmarks.
Where does that order of magnitude come from? Certainly sounds interesting.
That's very interesting, thanks, I will try this!