Raphtory icon indicating copy to clipboard operation
Raphtory copied to clipboard

Remove internal Vertex and Edge views and work directly with the underlying stores

Open ljeub-pometry opened this issue 1 year ago • 0 comments

We currently have too many layers of abstraction when interacting with the vertex and edge stores. We should work directly with Entry and ArcEntry of the vertex and edge stores. There is no need for an additional view layer.

The goal is to completely remove core/entities/edges/edge.rs and core/entities/vertices/vertex.rs

ljeub-pometry avatar Aug 31 '23 09:08 ljeub-pometry