From 75755860679c4384787a0c0033c6be7b0c739ac5 Mon Sep 17 00:00:00 2001 From: "Ilya Ig. Petrov" Date: Wed, 2 Dec 2015 12:40:24 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1446819..7b4247d 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This check is executed on each request. You should watch memeory consumption too The naive solution is to keep array of blocked ips and check if the host resolves to one of the ips. You may do it with `indexOf`, binary search, etc. -The shortcoming of every ip solution is that some providers resolve blocked hosts to wrong ips, so we eventually need list of hosts. +The shortcoming of every ip solution is that __some providers resolve blocked hosts to wrong ips__, so we eventually need list of hosts. I have tested different solutions, and depicted [results](./benchmark/Output.txt) in the following chart: