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
The View interface returns a unique object for every call to getVector, but the object returned by getNeighborsIterator is only guaranteed to be usable until the next call to getNeighborsIterator. If we put getVector under the same constract, we may be able to optimize the implementation for some readers and reduce object allocation.
The text was updated successfully, but these errors were encountered:
The View interface returns a unique object for every call to getVector, but the object returned by getNeighborsIterator is only guaranteed to be usable until the next call to getNeighborsIterator. If we put getVector under the same constract, we may be able to optimize the implementation for some readers and reduce object allocation.
The text was updated successfully, but these errors were encountered: