English

Compressing Hypergraphs using Suffix Sorting

Data Structures and Algorithms 2026-04-16 v2

Abstract

Hypergraphs model complex, non-binary relationships like co-authorships, social group memberships, and recommendations. Like traditional graphs, hypergraphs can grow large, posing challenges for storage, transmission, and query performance. We propose HyperCSA, a novel compression method for hypergraphs that maintains support for standard queries over the succinct representation. HyperCSA achieves compression ratios of 26% to 79% of the original file size on real-world hypergraphs - outperforming existing methods on all large hypergraphs in our experiments. Additionally, HyperCSA scales to larger datasets than existing approaches. Furthermore, for common real-world hypergraphs, HyperCSA evaluates neighbor queries 6 to 40 times faster than both standard data structures and other hypergraph compression approaches.

Keywords

Cite

@article{arxiv.2506.05023,
  title  = {Compressing Hypergraphs using Suffix Sorting},
  author = {Enno Adler and Stefan Böttcher and Rita Hartel},
  journal= {arXiv preprint arXiv:2506.05023},
  year   = {2026}
}
R2 v1 2026-07-01T03:01:31.482Z