update the README for java cost time count error
This commit is contained in:
parent
066fb3324e
commit
96e680f44a
|
|
@ -21,7 +21,7 @@ ip2region - ip到地区的映射库,妈妈再也不同担心我的ip定位。
|
||||||
<pre>
|
<pre>
|
||||||
提供了两种查询算法,响应时间如下:
|
提供了两种查询算法,响应时间如下:
|
||||||
客户端/binary算法/b-tree算法:
|
客户端/binary算法/b-tree算法:
|
||||||
java/2.x毫秒/1.x毫秒 (使用RandomAccessFile)
|
java/0.x毫秒/0.x毫秒 (使用RandomAccessFile)
|
||||||
php/0.x毫秒/0.1x毫秒
|
php/0.x毫秒/0.1x毫秒
|
||||||
c/0.0x毫秒/0.0x毫秒(b-tree算法基本稳定在0.02x毫秒级别)
|
c/0.0x毫秒/0.0x毫秒(b-tree算法基本稳定在0.02x毫秒级别)
|
||||||
</pre>
|
</pre>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue