/webgraph

WebGraph is a framework for graph compression.

Primary LanguageJavaGNU Lesser General Public License v2.1LGPL-2.1

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.

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