English

Weighted Burrows-Wheeler Compression

Data Structures and Algorithms 2021-05-24 v1

Abstract

A weight based dynamic compression method has recently been proposed, which is especially suitable for the encoding of files with locally skewed distributions. Its main idea is to assign larger weights to closer to be encoded symbols by means of an increasing weight function, rather than considering each position in the text evenly. A well known transformation that tends to convert input files into files with a more skewed distribution is the Burrows-Wheeler Transform. This paper employs the weighted approach on Burrows-Wheeler transformed files and provides empirical evidence of the efficiency of this combination.

Keywords

Cite

@article{arxiv.2105.10327,
  title  = {Weighted Burrows-Wheeler Compression},
  author = {Aharon Fruchtman and Yoav Gross and Shmuel T. Klein and Dana Shapira},
  journal= {arXiv preprint arXiv:2105.10327},
  year   = {2021}
}

Comments

14 pages, 4 figures, 3 tables

R2 v1 2026-06-24T02:20:25.487Z