stingergraph / StingerGraphs.jl

Julialang bindings to the STINGER graph database
http://www.stingergraph.com
Other
5 stars 3 forks source link

BFS Serial #7

Closed rohitvarkey closed 7 years ago

rohitvarkey commented 7 years ago

See - https://github.com/rohitvarkey/StingerWrapper.jl/pull/4

jpfairbanks commented 7 years ago

For tests: you can check that all edges implied by the parents array are in the graph using the stinger_edge_weight function.

jpfairbanks commented 7 years ago

The benchmarks were slow because of the max active vertices. You could just allocate enough for the maximum possible vertices.

rohitvarkey commented 7 years ago

Closed by #13.