huffman-coding

Tag

Cards List
#huffman-coding

Let's build a compressor from scratch

Lobsters Hottest · 2026-09-02 Cached

This article provides a tutorial on file compression, explaining the basics of Huffman coding and DEFLATE algorithms, and includes an interactive playground for hands-on learning.

0 favorites 0 likes
#huffman-coding

I Made the World's First "Link Compressor"

Lobsters Hottest · 2026-08-14 Cached

The author introduces their self-made link compressor Hammer, which doesn't rely on a database and can encode full links into short links via compression, making the generated QR codes easier to scan. This is an experimental project achieved through techniques such as removing redundancy, selecting an appropriate alphabet, and Huffman compression.

0 favorites 0 likes
#huffman-coding

Is MoE Routing a Huffman Code? Discovering the Frequency-Diversity Law in Chain-of-Thought

arXiv cs.CL · 2026-07-24 Cached

Reveals that MoE routing in LLMs follows a Frequency-Diversity Law analogous to Huffman coding, and proposes Subset Difference Pruning to eliminate functional redundancy and achieve optimal compression.

0 favorites 0 likes
#huffman-coding

PivCo-Huffman “merge” operations

Lobsters Hottest · 2026-06-22 Cached

This blog post analyzes the PivCo-Huffman paper, which introduces 'merge' operations for parallel Huffman decoding, enabling efficient vectorized and GPU-friendly decoding without interleaving overhead.

0 favorites 0 likes
#huffman-coding

PivCo-Huffman

Lobsters Hottest · 2026-06-05 Cached

This paper presents PivCo-Huffman, a new approach to Huffman coding using pivot coding from wavelet trees, enabling high-performance SIMD-friendly encoding and decoding. It consistently outperforms state-of-the-art Huffman codecs and shows how ANS coding can be selectively applied to skewed nodes to approach ANS compression ratios while preserving high decompression speeds.

0 favorites 0 likes
← Back to home

Submit Feedback