Its even faster now

This commit is contained in:
Miek Gieben 2012-02-19 21:09:57 +01:00
parent fee04d5ef9
commit 28f24b46e6
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ Features:
* UDP/TCP queries, IPv4 and IPv6;
* RFC 1035 zone file parsing;
* Fast:
* reply speed around 35K qps (Faster hardware -> more qps);
* Parsing RRs (zone files) with 35K RR/s, that's 5M records in about 142 seconds;
* reply speed around 35/40K qps (Faster hardware -> more qps);
* Parsing RRs (zone files) with 35/40K RR/s, that's 5M records in about 125 seconds;
* This is expected to be optimized further.
* Client and server side programming (mimicking the net/http package);
* Asynchronous queries/replies for client and server;