From 8c1983d6362bde6432c1c7ba6691275eec20aef1 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 15 Oct 2012 13:44:18 +0200 Subject: [PATCH] again we are faster --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 3bcf0d58..9393ab0d 100644 --- a/README.markdown +++ b/README.markdown @@ -24,8 +24,8 @@ If you like this, you may also be interested in: * RFC 1035 zone file parsing ($INCLUDE, $ORIGIN, $TTL and $GENERATE [for all record types] are supported); * Fast: - * Reply speed around 45/50K qps (faster hardware results in more qps); - * Parsing RRs with 95/100K RR/s, that's 5M records in about 50 seconds; + * Reply speed around ~ 50K qps (faster hardware results in more qps); + * Parsing RRs with ~ 100K RR/s, that's 5M records in about 50 seconds; * Server side programming (mimicking the net/http package); * Client side programming with asynchronous calls; * Asynchronous queries/replies for client and server;