mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
5d8f67c8199893af0b616a6e0dbbdbd717984ffc
The existing write_raw_ takes iovec array + count, but single-message writes (87-100% of traffic) always pass iovcnt=1. Adding a dedicated overload that takes (data, len) eliminates iovec construction, the iovcnt==1 branch, and pointer indirection 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
594 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
