Revision 55a9d2ee4ae7da586c7693912c818437191772f7 authored by Lorenz Bauer on 07 June 2024, 15:34:32 UTC, committed by Lorenz Bauer on 13 June 2024, 11:55:56 UTC
The object cache parses an ELF from disk any time it is asked for a
template. This is wasteful since parsing the ELF is quite resource
intensive.

Cache the parsed CollectionSpec instead.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
1 parent 70f6608
History
File Mode Size
.gitignore -rw-r--r-- 142 bytes
Makefile -rw-r--r-- 228 bytes
bgpp.yaml -rw-r--r-- 608 bytes
cluster.yaml -rw-r--r-- 557 bytes
topo.yaml -rw-r--r-- 2.9 KB
values.yaml -rw-r--r-- 231 bytes

back to top