Files
esphome-dev/esphome
J. Nick Koston 2aaee81313 Refactor StorageJSON to keep loaded_integrations a set until its converted to JSON (#5793)
* Refactor StorageJSON to keep loaded_integrations a set until its converted to a dict

after #5792 we will be checking loaded_integrations often. ESPHome
core keep uses a set, but it would get converted to a list when
passed through StorageJSON. Keep it a set until its needed to
be read/write to JSON so we do not have to linear searches on it
since they have a time complexity of O(n) vs O(1)

* legacy
2023-11-19 22:31:00 -05:00
..
2023-11-08 21:34:44 +13:00
2023-11-08 13:13:56 +13:00
2023-03-04 07:19:51 +00:00
2023-11-14 22:14:37 -06:00
2023-07-22 20:25:01 +12:00
2023-05-22 10:31:27 +12:00