update the README for java cost time count error

This commit is contained in:
chenxin 2015-11-02 12:33:05 +08:00
parent 066fb3324e
commit 96e680f44a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ip2region - ip到地区的映射库妈妈再也不同担心我的ip定位。
<pre>
提供了两种查询算法,响应时间如下:
客户端/binary算法/b-tree算法
java/2.x毫秒/1.x毫秒 (使用RandomAccessFile)
java/0.x毫秒/0.x毫秒 (使用RandomAccessFile)
php/0.x毫秒/0.1x毫秒
c/0.0x毫秒/0.0x毫秒(b-tree算法基本稳定在0.02x毫秒级别)
</pre>