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
Current implementation scans thru all remote vertices to find neighboring subgraphs. Need to maintain an internal adjacency list of subgraph ID or add Iterator <S> getRemoteSubgraphs() to ISubgraph API to make this efficient.
The text was updated successfully, but these errors were encountered:
simmhan
changed the title
Make GoFFish Hama's "
Make GoFFish Hama's sendToNeighbors more efficient
May 21, 2017
Current implementation scans thru all remote vertices to find neighboring subgraphs. Need to maintain an internal adjacency list of subgraph ID or add
Iterator <S> getRemoteSubgraphs()
toISubgraph
API to make this efficient.The text was updated successfully, but these errors were encountered: