Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 634 Bytes

Welcome to WebGraph!

WebGraph is a framework for graph compression aimed at studying web graphs. It provides simple ways to manage very large graphs, exploiting modern compression techniques.

This version of WebGraph is limited to graphs with at most 2^31 nodes. For larger graphs, have a look at the big version.

Building

You need Ant and Ivy.

Then, run ant ivy-setupjars jar and set your CLASSPATH by source setcp.sh

seba (mailto:[email protected])