English

Applying Compression to a Game's Network Protocol

Information Theory 2012-06-13 v1 math.IT

Abstract

This report presents the results of applying different compression algorithms to the network protocol of an online game. The algorithm implementations compared are zlib, liblzma and my own implementation based on LZ77 and a variation of adaptive Huffman coding. The comparison data was collected from the game TomeNET. The results show that adaptive coding is especially useful for compressing large amounts of very small packets.

Cite

@article{arxiv.1206.2362,
  title  = {Applying Compression to a Game's Network Protocol},
  author = {Mikael Hirki},
  journal= {arXiv preprint arXiv:1206.2362},
  year   = {2012}
}

Comments

7 pages, 2 figures, technical report

R2 v1 2026-06-21T21:17:39.880Z