mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
21ca02dd3d7cbd1848e7348ea4dae194f66f420b
The single-message case (via write_protobuf_packet) is the most common path. Peeling the first loop iteration and outlining the multi-message batch path avoids the ~300-byte StaticVector<iovec> stack allocation on the hot path. Plaintext write_protobuf_messages: - Stack frame: 352 → 64 bytes - Code size: 246 → 127 bytes Noise write_protobuf_messages: - Extracted encrypt_noise_message_ helper for reuse - Same peeling pattern with outlined batch path
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
546 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
