mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 15:00:12 +00:00
Reduce overhead connect dispatcher - We tend to have 1000s (or 10000s) of connected dispatchers which makes these prime targets to reduce overhead/memory - Instead of creating new functions to wrap log exceptions each time use partials which reuses the function body and only create new arguments Previous optimizations #103307 #93602
4.1 KiB
4.1 KiB