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

Document "slow" methods #23

Open
TomAugspurger opened this issue May 7, 2018 · 0 comments
Open

Document "slow" methods #23

TomAugspurger opened this issue May 7, 2018 · 0 comments

Comments

@TomAugspurger
Copy link
Contributor

For development expediency many methods are implemented by converting the IPArray to an ndarray of ipaddress objects (slow), the operation is performed (slow) and the IPArray is reconstructed.

For most of these, we could operate directly on the IPArray, which should be much faster.

Ideally, everything would be done directly on the IPArray. As a stop-gap, we should document which methods are slow, and encourage users to reach out when that becomes a bottleneck.

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

No branches or pull requests

1 participant