JuliaGraphs / GraphsBase.jl

Basic interface and structures for the JuliaGraphs ecosystem
http://juliagraphs.org/GraphsBase.jl/
MIT License
11 stars 1 forks source link

Fallback on integer vertices #24

Open gdalle opened 9 months ago

gdalle commented 9 months ago

On Discourse, the question arose of how to combine generic vertices with efficient storage.

@CameronBieganek suggested interfaces methods to translate between vertices and integers. This is similar to what many package developers have done for graphs with metadata. @mtfishman says we should look at what array packages like DimensionalData.jl and AxisKeys.jl have done, by similarity between a graph and a matrix.