JuliaGraphs / StaticGraphs.jl

Memory-efficient immutable LightGraphs.
Other
33 stars 8 forks source link
data-structures graph graph-datastructures graphs hacktoberfest julia juliagraphs

StaticGraphs

Build Status codecov.io

Memory-efficient, performant graph structures optimized for large networks. Uses Graphs.

Note: adding/removing edges and vertices is not supported with this graph type.