Skip to content

vigna/webgraph

Repository files navigation

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:sebastiano.vigna@unimi.it)