1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-29 06:41:32 +08:00

[docs add] agrona (Java 高性能数据结构和实用方法)

This commit is contained in:
guide 2022-03-15 10:49:36 +08:00
parent 5b183ee904
commit 91934887c9

View File

@ -41,4 +41,5 @@ category: 开源项目
## 其他
- **[oshi](https://github.com/oshi/oshi "oshi")** :一款为 Java 语言提供的基于 JNA 的(本机)操作系统和硬件信息库。
- **[ip2region](https://github.com/lionsoul2014/ip2region)** :最自由的 ip 地址查询库ip 到地区的映射库,提供 Binary,B 树和纯内存三种查询算法,妈妈再也不用担心我的 ip 地址定位。
- **[ip2region](https://github.com/lionsoul2014/ip2region)** :最自由的 ip 地址查询库ip 到地区的映射库,提供 Binary,B 树和纯内存三种查询算法,妈妈再也不用担心我的 ip 地址定位。
- **[agrona](https://github.com/real-logic/agrona)** Java 高性能数据结构(`Buffers``Lists``Maps``Scalable Timer Wheel`......)和实用方法。