hass-core/homeassistant/components/websocket_api
J. Nick Koston 9cf45882a7
Use bytes join fast path for large states payload (#110694)
b"".join has a fast path for when there are more than two bytes-strings
to combine

f383ca1a6f/Objects/stringlib/join.h (L123)
2024-02-16 07:58:11 +01:00
..
__init__.py
auth.py Convert getting and removing access tokens to normal functions (#108670) 2024-01-22 20:51:33 -10:00
commands.py Use bytes join fast path for large states payload (#110694) 2024-02-16 07:58:11 +01:00
connection.py Use builtin TimeoutError [t-z] (#109683) 2024-02-05 12:20:36 +01:00
const.py
decorators.py
error.py
http.py Use builtin TimeoutError [t-z] (#109683) 2024-02-05 12:20:36 +01:00
manifest.json
messages.py Avoid bytes to string to bytes conversion in websocket api (#108139) 2024-01-16 21:37:34 +01:00
sensor.py
services.yaml
strings.json
util.py