Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't create a new object every time IPv6::include? is called #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcoetzee
Copy link

Was writing code that relied heavily on include? for both IPv4 and IPv6 addresses and noticed a x30-40 slowdown comparing IPv6 addresses versus IPv4 addresses. Looking at the library it's clear that this slowdown is because each include? creates a new IPAddress::IPv6 object which is not the case for IPv4 addresses. Ran the test pack and came back clean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant