1
mirror of https://github.com/home-assistant/core synced 2024-07-15 09:42:11 +02:00
ha-core/homeassistant/components/dhcp
J. Nick Koston 54f460b7c9
Improve performance of dhcp on high activity networks (#105884)
* Improve performance of dhcp on high activity networks

Most of the overhead was constructing IPAddress objects
which is solved with https://github.com/bdraco/cached-ipaddress

* fix test

* fix: bump

* bump again

* lets do it on the correct branch
2023-12-21 20:36:09 +01:00
..
__init__.py Improve performance of dhcp on high activity networks (#105884) 2023-12-21 20:36:09 +01:00
const.py
manifest.json Improve performance of dhcp on high activity networks (#105884) 2023-12-21 20:36:09 +01:00