mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-20 06:01:13 +02:00
Use `vtprobuf` optimized Marshal/Unmarshal methods which do not depend on reflection to reduce memory and CPU usage while using Talos API. See https://github.com/planetscale/vtprotobuf and https://vitess.io/blog/2021-06-03-a-new-protobuf-generator-for-go/ Co-authored-by: Andrey Smirnov <smirnov.andrey@gmail.com> Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com> Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@talos-systems.com>