English

Grammar-Based Graph Compression

Data Structures and Algorithms 2017-04-19 v1

Abstract

We present a new graph compressor that works by recursively detecting repeated substructures and representing them through grammar rules. We show that for a large number of graphs the compressor obtains smaller representations than other approaches. Specific queries such as reachability between two nodes or regular path queries can be evaluated in linear time (or quadratic times, respectively), over the grammar, thus allowing speed-ups proportional to the compression ratio.

Keywords

Cite

@article{arxiv.1704.05254,
  title  = {Grammar-Based Graph Compression},
  author = {Sebastian Maneth and Fabian Peternek},
  journal= {arXiv preprint arXiv:1704.05254},
  year   = {2017}
}