pith. sign in

arxiv: 1201.3077 · v1 · pith:YLJC33ZTnew · submitted 2012-01-15 · 💻 cs.DS

A Bijective String Sorting Transform

classification 💻 cs.DS
keywords transformcompressionstringbetterbijectiveburrows-wheelercharactersgives
0
0 comments X
read the original abstract

Given a string of characters, the Burrows-Wheeler Transform rearranges the characters in it so as to produce another string of the same length which is more amenable to compression techniques such as move to front, run-length encoding, and entropy encoders. We present a variant of the transform which gives rise to similar or better compression value, but, unlike the original, the transform we present is bijective, in that the inverse transformation exists for all strings. Our experiments indicate that using our variant of the transform gives rise to better compression ratio than the original Burrows-Wheeler transform. We also show that both the transform and its inverse can be computed in linear time and consuming linear storage.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. STC: Reversible Digit-Context Decomposition for BWT-Family Text Compression

    cs.IT 2026-06 unverdicted novelty 5.0

    STC improves BWT-family compression via reversible digit-context decomposition, cutting enwik9 archive size by 2.6 MB over baseline with full decode verification.