mirror of
https://github.com/esphome/esphome.git
synced 2026-09-22 20:48:43 +00:00
c79e7f4018820f7d1e27c975ba01c639f5d35a56
When an interval fires in Scheduler::call(), push it directly back into items_ via push_back() + push_heap() instead of routing through the to_add_ staging vector and process_to_add_slow_path_(). This eliminates per-cycle overhead of process_to_add_slow_path_() which acquires a lock, iterates to_add_, pushes each item into the heap, clears the vector, and resets the atomic counter.
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
601 MiB
Languages
C++
55.7%
Python
43.7%
C
0.3%
JavaScript
0.2%
