v6d
v6d copied to clipboard
The implementation for get_edge_num in ArrowFragment is costly, and incorrect
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.