issues
search
GraphScope
/
GRIN
GRIN is a proposed standard graph retrieval interface in GraphScope.
https://graphscope.github.io/GRIN/
Apache License 2.0
12
stars
6
forks
source link
[Benchmark] GAE & V6D
#5
Open
acezen
opened
1 year ago
acezen
commented
1 year ago
GAE-V6d
pagerank ((alpha=0.85, tol=1e-9, max_iter=10)
dataset
GRIN
V6D
usa-road
4.35s
3.64s
cf
12.01s
9.48s
dataset
GRIN v0.1
V6D
usa-road
4.04s
3.67s
cf
9.44s
8.45s
sssp
dataset
GRIN
V6D
cf
512.34s
66.439s
dataset
GRIN v0.1
V6D
cf
164.91s
63.36s
acezen
commented
1 year ago
Profiling for the
get_data
of
Nbr
original: ~500s
remove get edge type and edge property from
get_data
commit
: 483.916s
remove dynamic cast [commit](): 164.906s
GAE-V6d