vigna / webgraph-rs

A Rust port of the WebGraph framework
Apache License 2.0
32 stars 6 forks source link

Implement BfsOrder #36

Closed progval closed 1 year ago

progval commented 1 year ago

as an iterator, which allows callers to collect it to whatever they want (mmap, text file, ...)

zacchiro commented 1 year ago

I realize you're not introducing the BFS visit with this PR, but I can't help noticing that there are no tests verifying it works (and returns node in the right order). It would be nice to have some!

progval commented 1 year ago

There are tests, but I forgot to git add them as usual :D