Hi,
I work with graphs and would like to know which package in Julia is user friendly. I googled to find - Junet, however there are errors that keep popping.
Looking for suggestions.
Thanks!
Hi,
I work with graphs and would like to know which package in Julia is user friendly. I googled to find - Junet, however there are errors that keep popping.
Looking for suggestions.
Thanks!
Iām a bit biased, but LightGraphs is designed to be easy to use and performant. If you need metadata with your graphs, you can check out MetaGraphs which provides an alternate graph structure (at some ā but not much ā performance cost, mainly in terms of memory usage).