Hacker News new | ask | show | jobs
by Piezoid 1137 days ago
One approach is to perform the bitstream parsing and Huffman decoding concurrently, while carrying out the LZ77 decoding sequentially. This method does not rely on a specialized encoder, such as pigz, that isolates LZ references into chunks.