mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 00:58:40 +00:00
25a68e9339e9cde478df7db195d6c40b6e59292c
Avoid calling reserve() when capacity is already sufficient. After warmup, resize() becomes just a compare + store with no function call overhead on the hot 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
604 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
