Advice on a strong GraphBLAS recomputation baseline for VeloGraphX #633
Unanswered
sauravsingla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi GraphBLAS community,
I’m working on VeloGraphX, a C++20 research engine for exact dynamic graph analytics:
https://github.com/sauravsingla/VeloGraphX
One of our main evaluation questions is when exact localized incremental repair becomes preferable to a strong optimized full recomputation baseline.
I would like to use GraphBLAS/LAGraph in a publication-quality same-hardware comparison and would appreciate guidance on the fairest setup.
Specifically:
The goal is to identify the true crossover between incremental repair and optimized recomputation rather than produce a favourable headline speedup.
Any criticism or recommended experimental setup would be very valuable.
Thank you.
All reactions