pnevyk / gryf

Graph data structure library aspiring to be convenient, versatile, correct and performant.
MIT License
69 stars 1 forks source link

Stable storage does not check vertex presence in neighbors iterator #56

Closed pnevyk closed 1 year ago

pnevyk commented 1 year ago

Currently, the Stable storage does not check whether the source index for getting neighbors is still in the graph (i.e., is not in removed_vertices). The behavior in such case should be identical to the other storages.