LZ78 Compression in Low Main Memory Space.

Lecture Notes in Computer Science(2017)

引用 3|浏览38
暂无评分
摘要
We present the first algorithms that perform the LZ78 compression of a text of length n over alphabet [1..sigma], whose output is z integers, using only O(z lg sigma) bits of main memory. The algorithms read the input text from disk in a single pass, and write the compressed output to disk. The text can also be decompressed within the same main memory usage, which is unprecedented too. The algorithms are based on hashing and, under some simplifying assumptions, run in O(n) expected time. We experimentally verify that our algorithms use 2-9 times less time and/or space than previously implemented LZ78 compressors.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要