You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for releasing the source code of the RisGraph paper. I am trying to figure out how the versioning (snapshot) is implemented in RisGraph but cannot find out where this logic is in the source code. I'd be appreciated if you could point out where this logic locates in the source code. Thanks!
The text was updated successfully, but these errors were encountered:
Hi. We implemented the versioning by the class MVVec and alloc_history_array in the Graph class. MVVec maintains linked lists from the new version to the old version for each element. The codes are listed below. Hope my answer is useful for you.
Dear authors,
Thanks for releasing the source code of the RisGraph paper. I am trying to figure out how the versioning (snapshot) is implemented in RisGraph but cannot find out where this logic is in the source code. I'd be appreciated if you could point out where this logic locates in the source code. Thanks!
The text was updated successfully, but these errors were encountered: