Files
kustomize/kyaml/yaml
Ed Overton 20b0d3c7ce perf: optimize RNode GetAnnotations and GetLabels
This commit optimizes in three ways:

1. For heavily used functions, allocate memory to avoid overhead
   associated with map and array re-sizing.
2. Where appropriate, limit annotation and label retrievals to only the
   desired keys.
3. Adjust annotation and label retrieval to avoid unnecessary temporary
   object creation.
2022-12-20 17:24:35 -05:00
..
2022-03-31 19:02:19 -04:00
2020-11-20 17:55:20 -08:00
2021-02-11 15:34:16 -08:00
2019-11-07 09:16:27 -08:00
2022-10-06 05:38:18 +02:00
2021-06-28 15:29:32 -07:00
2020-12-15 12:21:27 +08:00
2022-03-31 11:37:26 -04:00