mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 08:38:39 +00:00
eb944651742354a623b7d8bd4b995b4a7a0c294a
Three benchmarks covering the most common ESP_LOGW patterns: - Logger_NoFormat: plain string, no format specifiers (fastest path) - Logger_3Uint32: 3x uint32_t (common for status/diagnostics) - Logger_3Float: 3x float with precision (common for sensor values)
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%
