English

Dv2v: A Dynamic Variable-to-Variable Compressor

Data Structures and Algorithms 2019-11-12 v1

Abstract

We present Dv2v, a new dynamic (one-pass) variable-to-variable compressor. Variable-to-variable compression aims at using a modeler that gathers variable-length input symbols and a variable-length statistical coder that assigns shorter codewords to the more frequent symbols. In Dv2v, we process the input text word-wise to gather variable-length symbols that can be either terminals (new words) or non-terminals, subsequences of words seen before in the input text. Those input symbols are set in a vocabulary that is kept sorted by frequency. Therefore, those symbols can be easily encoded with dense codes. Our Dv2v permits real-time transmission of data, i.e. compression/transmission can begin as soon as data become available. Our experiments show that Dv2v is able to overcome the compression ratios of the v2vDC, the state-of-the-art semi-static variable-to-variable compressor, and to almost reach p7zip values. It also draws a competitive performance at both compression and decompression.

Keywords

Cite

@article{arxiv.1911.04202,
  title  = {Dv2v: A Dynamic Variable-to-Variable Compressor},
  author = {Nieves R. Brisaboa and Antonio Fariña and Adrián Gómez-Brandón and Gonzalo Navarro and Tirso V. Rodeiro},
  journal= {arXiv preprint arXiv:1911.04202},
  year   = {2019}
}

Comments

This research has received funding from the European Union's Horizon 2020 research and innovation programme under the Marie Sk{\l}odowska-Curie Actions H2020-MSCA-RISE-2015 BIRDS GA No. 690941

R2 v1 2026-06-23T12:11:30.252Z