IP2Region.Net 1.0.4

IP2Region.Net

IP2Region c# xdb client

Installation

Install the package with NuGet

Install-Package IP2Region.Net

Usage

using IP2Region.Net.XDB;

//use default db and cache whole xdb file
Searcher searcher = new Searcher();
searcher.Search("ipaddress value");

/*
 * custom cache policy and xdb file path
 * CachePolicy.Content default cache policy , cache whole xdb file , thread safe
 * CachePolicy.VectorIndex cache vector index , reduce the number of IO operations , not thread safe!
 * CachePolicy.File no cache , not thread safe!
 */
Searcher searcher = new Searcher(CachePolicy.File, "your xdb file path");

ASP.NET Core Usage

services.AddSingleton<ISearcher,Searcher>();

Performance


BenchmarkDotNet=v0.13.2, OS=Windows 11 (10.0.22000.856/21H2)
AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx, 1 CPU, 8 logical and 4 physical cores
.NET SDK=6.0.400
  [Host]     : .NET 6.0.8 (6.0.822.36306), X64 RyuJIT AVX2
  DefaultJob : .NET 6.0.8 (6.0.822.36306), X64 RyuJIT AVX2


Method Mean Error StdDev
CachePolicy_Content 224.6 ns 4.44 ns 7.41 ns
CachePolicy_VectorIndex 11,648.4 ns 231.98 ns 457.91 ns

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Apache License 2.0

Showing the top 20 packages that depend on IP2Region.Net.

Packages Downloads
ZhonTai.Admin
中台Admin权限管理接口库
48
ZhonTai.Admin
中台Admin权限管理接口库
76
ZhonTai.Admin
中台Admin权限管理接口库
102
ZhonTai.Admin.Core
中台Admin权限管理核心库
37
ZhonTai.Admin.Core
中台Admin权限管理核心库
44
ZhonTai.Admin.Core
中台Admin权限管理核心库
50
ZhonTai.Admin.Core
中台Admin权限管理核心库
57
ZhonTai.Admin.Core
中台Admin权限管理核心库
61
ZhonTai.Admin.Core
中台Admin权限管理核心库
62
ZhonTai.Admin.Core
中台Admin权限管理核心库
64
ZhonTai.Admin.Core
中台Admin权限管理核心库
65
ZhonTai.Admin.Core
中台Admin权限管理核心库
68
ZhonTai.Admin.Core
中台Admin权限管理核心库
69
ZhonTai.Admin.Core
中台Admin权限管理核心库
74
ZhonTai.Admin.Core
中台Admin权限管理核心库
75
ZhonTai.Admin.Core
中台Admin权限管理核心库
77
ZhonTai.Admin.Core
中台Admin权限管理核心库
80
ZhonTai.Admin.Core
中台Admin权限管理核心库
81
ZhonTai.Admin.Core
中台Admin权限管理核心库
83

.NET 6.0

  • No dependencies.

.NET Standard 2.1

  • No dependencies.

Version Downloads Last updated
3.0.0 45 12/03/2025
2.0.2 76 12/04/2024
2.0.1 60 12/09/2024
2.0.0 64 12/06/2024
1.0.10 68 12/09/2024
1.0.6 56 12/12/2024
1.0.5 87 12/12/2024
1.0.4 103 12/08/2024
1.0.3 78 12/13/2024
1.0.2 55 12/08/2024
1.0.1 60 12/08/2024
1.0.0 64 12/12/2024