What are the real-world applications of huffman coding?
        Posted  
        
            by jcyang
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jcyang
        
        
        
        Published on 2010-02-04T11:55:15Z
        Indexed on 
            2010/05/09
            4:48 UTC
        
        
        Read the original article
        Hit count: 327
        
I am told that Huffman coding is used as loseless data compression algorithm but also am told that real data compress software do not employ huffman coding,cause if the keys are not distributed decentralized enough,the compressed file could be even larger than the orignal file.
This leave me wondering are there any real-world application of huffman coding?
thanks.
© Stack Overflow or respective owner