English

Rice-Marlin Codes: Tiny and Efficient Variable-to-Fixed Codes

Information Theory 2018-11-15 v1 math.IT

Abstract

Marlin is a Variable-to-Fixed (VF) codec optimized for high decoding speed through the use of small sized dictionaries that fit in the L1 cache of most CPUs. While the size of Marlin dictionaries is adequate for decoding, they are still too large to be encoded fast. We address this problem by proposing two techniques to reduce the alphabet size. The first technique is to encode rare symbols in their own segment, and the second is to combine Marlin dictionaries with Rice encoding, hence our name Rice-Marlin for our new codec. Using those techniques, we are able to reduce the size of Marlin dictionaries by a factor of 16, not only enabling faster encoding speed, but also achieving better compression efficiency.

Keywords

Cite

@article{arxiv.1811.05756,
  title  = {Rice-Marlin Codes: Tiny and Efficient Variable-to-Fixed Codes},
  author = {Manuel Martinez and Joan Serra-Sagristà},
  journal= {arXiv preprint arXiv:1811.05756},
  year   = {2018}
}
R2 v1 2026-06-23T05:15:10.390Z