Differentially Encoded Search Trees

  • Authors:
  • Francisco Claude;Patrick K. Nicholson;Diego Seco

  • Affiliations:
  • -;-;-

  • Venue:
  • DCC '12 Proceedings of the 2012 Data Compression Conference
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Let $X=x_1, x_2, \ldots, x_n$ be a sequence of non-decreasing integer values. Storing a compressed representation of $X$ that supports \emph{access} and \emph{search} is a problem that occurs in many domains. The most common solution to this problem encodes the differences between consecutive elements in the sequence, and includes additional information (samples) to support efficient searching on the encoded values. We introduce a completely different alternative that achieves compression by encoding the differences in a search tree. Our proposal has many applications such as the representation of posting lists, geographic data, sparse bitmaps, and compressed suffix arrays, to name just a few. The structure is practical and we provide an experimental comparison to show that it is also competitive with the existing techniques.