Y
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
iangudger
3127 days ago
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.
link
lmb
3127 days ago
Where does that order of magnitude come from? Certainly sounds interesting.
link
dullgiulio
3127 days ago
That's very interesting, thanks, I will try this!
link