Dan Upton e6b55d1d81
perf: remove expensive reflection from xDS hot path (#14934)
Replaces the reflection-based implementation of proxycfg's
ConfigSnapshot.Clone with code generated by deep-copy.

While load testing server-based xDS (for consul-dataplane) we discovered
this method is extremely expensive. The ConfigSnapshot struct, directly
or indirectly, contains a copy of many of the structs in the agent/structs
package, which creates a large graph for copystructure.Copy to traverse
at runtime, on every proxy reconfiguration.
2022-10-14 10:26:42 +01:00
..
2022-01-20 10:46:23 -06:00
2021-11-16 12:04:01 -06:00
2022-10-13 14:11:02 -05:00
2022-05-09 10:07:19 -07:00
2022-04-05 15:11:49 -07:00
2022-10-10 16:42:29 -06:00
2022-04-05 15:11:49 -07:00
2022-09-29 21:44:45 -07:00
2022-08-29 13:43:43 -05:00
2021-11-16 12:04:01 -06:00
2021-11-16 12:04:01 -06:00