mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 02:34:48 -05:00
* YAML loader performance improvements - Cache the name of the loader since we call it multiple times for every line - Add a fast path for scalar tags since they are the most common * Update homeassistant/util/yaml/loader.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * remove unreachable code --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>