Unclaimed project
Are you a maintainer of ip2region? Claim this project to take control of your public changelog and roadmap.
Changelog
Ip2region is an offline IP address manager framework and locator with both IPv4 and IPv6 supported, supporting billions of data segments, ten microsecond searching performance, xdb search client for many programming languages
LongByteArray 增加固定切片支持,可以设置固定字节数的切片且可以更快的完成指定 offset 的寻址定位操作。LongByteArray 实现,避免 content 缓存时的 OOM 错误减少峰值堆内存占用,默认的 sliceBytes 为 Searcher.DEFAULT_SLICE_BYTES = 50MiB。ContentCacheStrategy 直接实现 ICacheStrategy 接口减少启动时候的峰值内存占用。Full Changelog: https://github.com/lionsoul2014/ip2region/compare/v3.11.1...v3.11.2