mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-12 00:57:01 -04:00
reflect.DeepEqual is expensive and allocates heavily. Replace it with a field-by-field comparison that does zero allocations. Adds tests and benchmarks for the new Equal method. Fixes #19363 Signed-off-by: Fernando Serboncini <fserb@tailscale.com>
61 KiB
61 KiB