1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 20:32:21 +01:00

Apply existing protobuf buffer optimization to nested message encoding (~2.3x speed up) (#9458)

This commit is contained in:
J. Nick Koston
2025-07-12 08:55:32 -10:00
committed by GitHub
parent 7747a5aa62
commit 8863188dd8
6 changed files with 476 additions and 480 deletions

View File

@@ -1,7 +1,6 @@
// This file was automatically generated with a tool.
// See script/api_protobuf/api_protobuf.py
#include "api_pb2.h"
#include "api_pb2_size.h"
#include "esphome/core/log.h"
#include "esphome/core/helpers.h"