Commit Graph
2 Commits
Author SHA1 Message Date
ZacharyZcR 2af0c329c5 fix: resolve golangci-lint errcheck and staticcheck warnings
测试构建 / 代码检查 (push) Has been cancelled
测试构建 / 单元测试和构建 (push) Has been cancelled
测试构建 / 构建验证 (push) Has been cancelled
2026-05-13 02:37:53 +08:00
ZacharyZcR af327ee944 perf: 六项性能优化
- DNS 解析缓存:sync.Map 缓存避免重复系统调用
- 凭据测试 TCP 预检:不可达目标直接跳过全部凭据
- Web 探测 HTTP Client 复用:全局共享连接池
- 端口扫描 Bloom Filter 去重:替代 map 降低内存
- 进度条 atomic 累加 + 50ms 节流渲染:消除锁竞争
- 服务探针预解码:Init 时预编译,运行时零解码开销
2026-05-13 00:38:08 +08:00