tailscale/wgengine/filter
David Anderson 3fdae12f0c wgengine/filter: eliminate unnecessary memory loads.
Doesn't materially affect benchmarks, but shrinks match6 by 30 instructions
and halves memory loads.

Part of #19.

Signed-off-by: David Anderson <danderson@tailscale.com>
2020-11-12 21:41:40 -08:00
..
filter.go wgengine/filter: add full IPv6 support. 2020-11-12 21:41:15 -08:00
filter_test.go wgengine/filter: twiddle bits to optimize 2020-11-12 21:41:33 -08:00
match.go wgengine/filter: remove helper vars, mark NewAllowAll test-only. 2020-11-09 22:02:37 -08:00
match4.go wgengine/filter: add full IPv6 support. 2020-11-12 21:41:15 -08:00
match6.go wgengine/filter: eliminate unnecessary memory loads. 2020-11-12 21:41:40 -08:00
match6_test.go wgengine/filter: twiddle bits to optimize 2020-11-12 21:41:33 -08:00
tailcfg.go wgengine/filter: treat * as both a v4 and v6 wildcard. 2020-11-12 21:41:29 -08:00