feat: speed up the service registry by bdraco · Pull Request #1174 · python-zeroconf/python-zeroconf

added 2 commits

May 24, 2023 11:07
Every lookup was doing .lower() on the input. Since we
only feed this data in via handlers and core, we should
lower the name before feeding it into the registry to
avoid doing it 1000s of times

@bdraco bdraco marked this pull request as ready for review

May 25, 2023 12:45