Zuckerli: A New Compressed Representation for Graphs
Luca Versari, Iulia M. Comsa, Alessio Conte, Roberto Grossi

TL;DR
Zuckerli is a scalable graph compression system that significantly reduces storage size and enables fast direct access to large real-world graphs, outperforming existing methods like WebGraph.
Contribution
It introduces novel compression techniques and heuristics that improve compression density and access speed for large graphs compared to prior systems.
Findings
Graphs compressed with Zuckerli are 10-29% smaller than WebGraph.
Zuckerli enables fast direct access to adjacency lists without full decompression.
Decompression resource usage is comparable to WebGraph.
Abstract
Zuckerli is a scalable compression system meant for large real-world graphs. Graphs are notoriously challenging structures to store efficiently due to their linked nature, which makes it hard to separate them into smaller, compact components. Therefore, effective compression is crucial when dealing with large graphs, which can have billions of nodes and edges. Furthermore, a good compression system should give the user fast and reasonably flexible access to parts of the compressed data without requiring full decompression, which may be unfeasible on their system. Zuckerli improves multiple aspects of WebGraph, the current state-of-the-art in compressing real-world graphs, by using advanced compression techniques and novel heuristic graph algorithms. It can produce both a compressed representation for storage and one which allows fast direct access to the adjacency lists of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
