GraphChi

Graph computation engine to process very large graphs from the disk
Download

GraphChi Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Apache
  • Publisher Name:
  • Aapo Kyrola
  • Publisher web site:
  • http://code.google.com/u/107738919736644938229/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 4.1 MB

GraphChi Tags


GraphChi Description

GraphChi is a free and open-source project that allows you to process computation on very large graphs by using a novel Parallel Sliding Windows -algorithm.The graph will be split into P shards, each containing roughly the same number of edges in sorted order.In other words, GraphChi is able to run very large graph computations on just a single machine, by using a novel algorithm for processing the graph from disk (SSD or hard drive).The applications for GraphChi are written in the vertex-centric model, proposed by GraphLab and Google's Pregel.Furthermore, GraphChi runs vertex-centric programs asynchronously (i.e changes written to edges are immediately visible to subsequent computation), and in parallel.In addition, GraphChi supports streaming graph updates and removal of edges from the graph. Section 'Performance' contains some examples of applications implemented for GraphChi and their running times on GraphChi.GraphChi is cross-platform and it works on Mac OS X and Linux.Detailed instructions on how to install and use the GraphChi utility on your Mac are available HERE.


GraphChi Related Software