lowercased the name

This commit is contained in:
Ilya Ig. Petrov 2015-11-28 21:03:14 +05:00
parent 916272caa0
commit 6c0e9f8924

View File

@ -29,7 +29,7 @@ The naive solution is to keep array of blocked ips and check if the host resolve
You may do it with `indexOf`, binary search, etc. 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: I have tested different solutions, and depicted [results](./benchmark/Output.txt) in the following chart:
![Host Lookup Chart: Time-Memory, Hits-Misses](./chart/host-lookup-chart.png) ![Host Lookup Chart: Time-Memory, Hits-Misses](./chart/host-lookup-chart.png)