Dgraph icon indicating copy to clipboard operation
Dgraph copied to clipboard

Graph library written in D.

Results 3 Dgraph issues
Sort by recently updated
recently updated
newest added

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...

It would be great if Dgraph could provide graph serializing facilities(like http://igraph.sourceforge.net/doc/html/ch19s07.html).