Table of Contents
Fetching ...

Rewinding the byte trail of the White Whale

Boris Alexeev, Dustin G. Mixon

Abstract

Motivated by a popular code golf challenge, we review some key ideas from information theory and discuss how to efficiently compress a streaming file with an acceptable error rate.

Rewinding the byte trail of the White Whale

Abstract

Motivated by a popular code golf challenge, we review some key ideas from information theory and discuss how to efficiently compress a streaming file with an acceptable error rate.

Paper Structure

This paper contains 3 sections, 1 theorem, 9 equations.

Key Result

Theorem 6

Take $\alpha\approx0.1854$ such that $(1+\alpha)^{1+\alpha} = (16\alpha)^\alpha$, and consider the largest $k$ such that the $k$th most common character is at least $\alpha$ times as likely as the $k-1$ most common characters combined. Then encoding the $k$ most common characters minimizes the objec

Theorems & Definitions (7)

  • Example 1
  • Example 2
  • Example 3
  • Example 4
  • Example 5
  • Theorem 6
  • proof : Proof sketch of Theorem \ref{['thm.main result']}