WebGraph is a framework for studying web graphs. It provides simple methods for managing very large graphs by exploiting modern compression techniques.
| Tags | Internet Web Indexing/Search |
|---|---|
| Licenses | GPL |
| Implementation | Java |
Recent releases


Changes: A new "compose" construct makes it possible to compose (arc-labeled) graphs.


Changes: A major bug was introduced for labeled graphs in 2.4. It has been fixed.


Changes: Labelled graphs benefit from the Elias-Fano representation for pointers.


Changes: Pointers to the graph bitstream are now stored using the succinct Elias-Fano representation from Sux4J. This is more than half the memory footprint of typical web graphs.


Changes: WebGraph is now based on dsiutils.