You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: