mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 09:25:34 +00:00
f7aeaad929c65ba459436e7eef860811ffb3a160
Replace std::vector<uint8_t> with a minimal APIBuffer class for the shared protobuf write buffer, frame helper receive buffer (rx_buf_), and noise handshake prologue buffer. std::vector::resize() zero-fills new bytes via memset. Every byte is immediately overwritten by the protobuf encoder or socket reads, making the zero-fill pure waste. APIBuffer skips zero-initialization on resize() and uses make_unique_for_overwrite where available. Also removes a dead write_raw_ template overload from api_frame_helper.h.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
529 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
