From 97e8931595713a5f1332c6604411427388d66724 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 11 Feb 2012 21:14:32 +0100 Subject: [PATCH] Update the readme --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 6ab3307d..87fa1bfd 100644 --- a/README.markdown +++ b/README.markdown @@ -18,8 +18,8 @@ Features: * RFC 1035 zone file parsing; * Fast: * reply speed around 35K qps (Faster hardware -> more qps); - * Parsing RRs (zone files) with 30K RR/s, that 5M records - in about 170 seconds; + * Parsing RRs (zone files) with 35K RR/s, that 5M records + in about 142 seconds; * This is expected to be optimized further. * Client and server side programming (mimicking the http package); * Asynchronous queries for client and server;