huff12 — a 12-stream Huffman decoder for Apple Silicon
Summary
This GitHub Gist documents huff12, a multi-stream Huffman decoder kernel for Apple Silicon, including a kernel (huff12.s), a scalar reference decoder, an encoder, a Python generator, and build/tests to verify correctness and throughput. It emphasizes open-source availability, low-level optimization, and performance benchmarking on Apple ARM CPUs.