开源 IP 地址定位库 ip2region 1.8 发布

栏目: 软件资讯 · 发布时间: 6年前

内容简介:ip2region 是准确率 99.9% 的 IP 地址定位库,0.0x毫秒级查询,数据库文件大小只有 3.3M,提供了 Java、PHP、C、Python、Node.js、Golang、C#、Rust、Lua的查询绑定和 Binary、B树、内存三种查询算法,妈妈再也不...

ip2region 是准确率 99.9% 的 IP 地址定位库,0.0x毫秒级查询,数据库文件大小只有 3.3M,提供了 JavaPHP 、C、 Python 、Node.js、Golang、C#、Rust、 Lua 的查询绑定和 Binary、B树、内存三种查询算法,妈妈再也不同担心我的 IP 地址定位!

ip2region 1.8.0更新如下:

1,数据升级至2018/12/31的版本,国外的也增加了大量的城市数据。

2,Java的binding的Searcher类增加了如下的接口和实现:

DbSearcher(DbConfig dbConfig, string dbBinStr);

maven坐标:

<dependency>
    <groupId>org.lionsoul</groupId>
    <artifactId>ip2region</artifactId>
    <version>1.7.2</version>
</dependency>

3,Javascript的pacakge上传到了npm。

4,增加纯lua实现的lua binding (lua 5.2版本依赖bit模块,对5.3的支持将使用lua自带的bit操作)。

5,增加C实现的lua_c binding (和c的性能等同,建议使用)。

6,优化部分binding的demo运行和使用文档。

7,修复python binding的benchmark的部分错误。

下载地址:

1,Gitee:https://gitee.com/lionsoul/ip2region/tree/v1.8.0-release

2,Github:https://github.com/lionsoul2014/ip2region/releases/tag/v1.8.0-release


以上所述就是小编给大家介绍的《开源 IP 地址定位库 ip2region 1.8 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Algorithms in C++

Algorithms in C++

Robert Sedgewick / Addison-Wesley Professional / 1992-05-10 / USD 64.99

This version of Sedgewick's bestselling book provides a comprehensive collection of algorithms implemented in C++. The algorithms included cover a broad range of fundamental and more advanced methods:......一起来看看 《Algorithms in C++》 这本书的介绍吧!

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具