v6d icon indicating copy to clipboard operation
v6d copied to clipboard

The implementation for get_edge_num in ArrowFragment is costly, and incorrect

Open sighingnow opened this issue 2 years ago • 0 comments

Describe your problem

There's a todo: https://github.com/v6d-io/v6d/blob/main/modules/graph/fragment/arrow_fragment.vineyard-mod#L690 and the logic to compute total edges for directed graphs is incorrect: https://github.com/v6d-io/v6d/blob/main/modules/graph/fragment/arrow_fragment.vineyard-mod#L288

Additional context

Add any other context about the problem here.

sighingnow avatar Mar 28 '23 08:03 sighingnow