Skip to content

vigna/webgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff05339 · Oct 3, 2024

History

66 Commits
Feb 24, 2023
Jan 31, 2021
Jan 14, 2021
Jan 14, 2021
Jan 14, 2021
Feb 15, 2023
Oct 3, 2024
Feb 22, 2023
Jan 25, 2023
Jan 14, 2021
Jan 14, 2021
Oct 11, 2022
Jan 14, 2021
Feb 15, 2023
Jan 31, 2021
Oct 8, 2022
Jan 31, 2021
May 19, 2023
Oct 11, 2022
Jan 14, 2021

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:[email protected])