reduce complexity of neighbor setup in migratePrimitives
before this was O(#neighbour_id * (#local_id + log(#neighbor_id)), now it should be O(#local_id + #neighbor_id)
Please register or sign in to comment
before this was O(#neighbour_id * (#local_id + log(#neighbor_id)), now it should be O(#local_id + #neighbor_id)