mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 08:38:39 +00:00
1f8ed8915b734511886207e8e91aa03c1f154985
ESP-IDF passes -fno-builtin-memcpy, so the four byte memcpy in the decode loop was an out of line call on every fixed32 field; host compilers fold the byte loads back into one load. Checking the varint wire type first keeps the common path to one taken branch on xtensa.
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
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
