Open
Description
Thanks for this - graph library performance is definitely not obvious. Do you have any interest in additional graph libraries to examine? I was a bit frustrated with fgl performance a while ago and put together a library that I thought would address most of the problems I had with it. It might be of interest to you: https://github.com/travitch/haggle (unfortunately, not up on hackage yet).
It has:
- A few different data representations to accommodate different graph topologies, some of which are very space efficient
- Graphs with/without edge and node labels
- Optional mutable graph creation (in IO/ST) via a freeze and thaw interface
Metadata
Metadata
Assignees
Labels
No labels