Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW_FEATURE] Allow faster graph loading when edge geometry is not needed #152

Open
edoumazane opened this issue Nov 22, 2024 · 0 comments · May be fixed by #153
Open

[NEW_FEATURE] Allow faster graph loading when edge geometry is not needed #152

edoumazane opened this issue Nov 22, 2024 · 0 comments · May be fixed by #153
Assignees
Labels
enhancement New feature or request

Comments

@edoumazane
Copy link
Collaborator

Complete mouse brain vascular graphs can be slow to load (≈ 2 minutes)

  • Most of the size of ClearMap GT files is due to the "edge_geometry" properties.
  • In ClearMap.Analysis.Graphs.GraphGt.Graph objects, "edge_geometry" properties are stored as "graph_properties"
  • graph_tool.load_graph allows to optionally ignore a list of properties

A useful feature would be to optionally specify properties to ignore in ClearMap, when they are not needed.

@edoumazane edoumazane self-assigned this Nov 22, 2024
@edoumazane edoumazane added the enhancement New feature or request label Nov 22, 2024
@edoumazane edoumazane linked a pull request Nov 22, 2024 that will close this issue
@edoumazane edoumazane linked a pull request Nov 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant