ldbc / ldbc_graphalytics_platforms_graphblas

LDBC Graphalytics implementation using SuiteSparse:GraphBLAS and LAGraph
Apache License 2.0
4 stars 7 forks source link

Compare performance of relabelled and non-relabelled variants #13

Closed szarnyasg closed 1 year ago

szarnyasg commented 4 years ago

https://github.com/GraphBLAS/LAGraph/pull/87

szarnyasg commented 3 years ago

Hypersparse data structures are quite efficient it's worth trying to skip this step and work with the original IDs.

szarnyasg commented 1 year ago

Using hypersparse algorithms would require a major overhaul (= new LAGraph algorithms), so let's deprioritize this for the time being.