TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Modern LZ Compression

52 pointsby glinscottover 6 years ago

4 comments

Jasper_over 6 years ago
I wish the words &quot;Huffman Tree&quot; would go away entirely. Huffman, as used in the past 40 years, actually describes a scheme commonly called &quot;Canonical Huffman&quot;[0] that can be constructed entirely without a tree. ryg recommends reading this paper on it [1], and I wholeheartedly agree. Other than that, great article!<p>[0] <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Canonical_Huffman_code" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Canonical_Huffman_code</a> [1] <a href="https:&#x2F;&#x2F;pdfs.semanticscholar.org&#x2F;bda3&#x2F;442cc6b1d10e4b36b574af0a34a668492230.pdf" rel="nofollow">https:&#x2F;&#x2F;pdfs.semanticscholar.org&#x2F;bda3&#x2F;442cc6b1d10e4b36b574af...</a>
JoshuaRLiover 6 years ago
The styling of this web page is like a breath of fresh air. Peaceful, even.
giovannibajo1over 6 years ago
Really great article, props to the author
jxubover 6 years ago
Great article!