feat: optimize equality checks for DNS records by bdraco · Pull Request #1120 · python-zeroconf/python-zeroconf
By moving some of the equality checking to `cdef`s we can avoid the generic python accessors and access the properties directly on the object. This can only be done once it passes the `isinstance` check for the same type.
bdraco
marked this pull request as ready for review
bdraco
deleted the
dns_cache_eq_opt
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters