STC improves BWT-family compression via reversible digit-context decomposition, cutting enwik9 archive size by 2.6 MB over baseline with full decode verification.
A Bijective String Sorting Transform
1 Pith paper cite this work. Polarity classification is still indexing.
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.
fields
cs.IT 1years
2026 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
STC: Reversible Digit-Context Decomposition for BWT-Family Text Compression
STC improves BWT-family compression via reversible digit-context decomposition, cutting enwik9 archive size by 2.6 MB over baseline with full decode verification.