Skip to content

vigna/webgraph-big

Repository files navigation

Welcome to WebGraph (big)!

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 big version of WebGraph can manage graphs as large as your core memory allows. For graphs with less than 2^31 nodes, have a look at the standard version.

Building

You need Ant and Ivy. Then, run ant ivy-setupjars jar.

seba (mailto:sebastiano.vigna@unimi.it)