You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Anderson
22bf48f37c
net/packet: remove {get,put}{16,32} indirection to encoding/binary.
name old time/op new time/op delta
Decode/tcp4-8 28.8ns ± 2% 13.1ns ± 4% -54.44% (p=0.008 n=5+5)
Decode/tcp6-8 20.6ns ± 1% 12.6ns ± 2% -38.72% (p=0.008 n=5+5)
Decode/udp4-8 28.2ns ± 1% 12.1ns ± 4% -57.01% (p=0.008 n=5+5)
Decode/udp6-8 20.0ns ± 6% 12.1ns ± 2% -39.38% (p=0.008 n=5+5)
Decode/icmp4-8 21.7ns ± 2% 11.5ns ± 1% -47.01% (p=0.008 n=5+5)
Decode/icmp6-8 14.1ns ± 2% 11.8ns ± 4% -16.60% (p=0.008 n=5+5)
Decode/unknown-8 9.43ns ± 2% 9.30ns ± 3% ~ (p=0.222 n=5+5)
Signed-off-by: David Anderson <danderson@tailscale.com>
|
6 years ago |
| .. |
|
doc.go
|
net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering.
|
6 years ago |
|
header.go
|
net/packet: rename from wgengine/packet.
|
6 years ago |
|
icmp4.go
|
net/packet: remove {get,put}{16,32} indirection to encoding/binary.
|
6 years ago |
|
icmp6.go
|
net/packet: support full IPv6 decoding.
|
6 years ago |
|
ip.go
|
net/packet: support full IPv6 decoding.
|
6 years ago |
|
ip4.go
|
net/packet: remove {get,put}{16,32} indirection to encoding/binary.
|
6 years ago |
|
ip6.go
|
net/packet: support full IPv6 decoding.
|
6 years ago |
|
packet.go
|
net/packet: remove {get,put}{16,32} indirection to encoding/binary.
|
6 years ago |
|
packet_test.go
|
net/packet: support full IPv6 decoding.
|
6 years ago |
|
udp4.go
|
net/packet: remove {get,put}{16,32} indirection to encoding/binary.
|
6 years ago |