mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 16:18:41 +00:00
791249f692bb8234f14358e958fc76b49e792e1e
Replace the shared noinline notify() dispatch loop with direct virtual calls in each notify method. This eliminates two levels of indirection (noinline function call + function pointer) from every entity state publish while adding only ~20 bytes of flash per entity type for the duplicated loop.
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
593 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
