Merge pull request #204 from LaurenceJJones/optimize-subnet-lookup-bart

perf(netstack2): optimize subnet rule matching with BART
This commit is contained in:
Owen Schwartz
2026-03-02 18:10:01 -08:00
committed by GitHub
4 changed files with 206 additions and 109 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.25
require (
github.com/docker/docker v28.5.2+incompatible
github.com/gaissmai/bart v0.26.0
github.com/gorilla/websocket v1.5.3
github.com/prometheus/client_golang v1.23.2
github.com/vishvananda/netlink v1.3.1