pagerank icon indicating copy to clipboard operation
pagerank copied to clipboard

Implementation of PageRank in timely dataflow

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

The main logic of the the parser is for each line { source = ... while cur_source < source { node_writer.write(&unsafe { mem::transmute::(cur_offset) }).unwrap(); cur_source += 1; } } For...

Hi, this project seems very interesting! I was wondering whether you had tested in on quite big graph like the host level [common crawl](http://commoncrawl.org) with tens (or hundreds) of billion...

Very interesting ... But How can I save in file eg CSV file (node, PR)?