Thanks Erik for this lib. I'm curious why you store node attributes in 
heterogenous table. In compiled language i expect graph to be a generic with 
custom Node and Edge types known at compile time, smth like 
    
    
    var g = newGraph[MyNodeType, MyEdgeType]()
    
    
    Run

Reply via email to