Dgraph
Dgraph copied to clipboard
Graph library written in D.
The current implementations of `isEdge` and `edgeID` use a linear search. This should be replaced by a binary search that takes advantage of the sorting of head and tail indexes.
Is it possible to label edges/vertices with arbitary data type? It'll be great to be able do so. E.g i want to represent path with graph and that graph should...
graphviz
It would be great if Dgraph could provide graph serializing facilities(like http://igraph.sourceforge.net/doc/html/ch19s07.html).