Googles appar
Huvudmeny

Post a Comment On: cbloom rants

"08-10-10 - Transmission of Huffman Trees"

8 Comments -

1 – 8 of 8
Comment deleted

This comment has been removed by the author.

August 10, 2010 at 7:44 PM

Blogger Unknown said...

Range coder is faster than Huffman. There's really no reason to use Huffman since the majority of range coder related IBM patents have now expired.

August 10, 2010 at 7:46 PM

Blogger cbloom said...

"Range coder is faster than Huffman. "

That is 110% wrong.

August 10, 2010 at 7:49 PM

Blogger cbloom said...

Maybe more.

August 10, 2010 at 7:49 PM

Blogger Sam said...

Round one! Fight!

August 11, 2010 at 4:20 AM

Blogger cbloom said...

I'm taking your damn trolling and turning into constructive and interesting gold. Gold, Jerry, gold!

August 11, 2010 at 12:06 PM

Blogger Unknown said...

I'm talking about decompression only and assuming a fixed probability table.

September 13, 2010 at 10:31 PM

Blogger cbloom said...

"I'm talking about decompression only and assuming a fixed probability table."

Basically this is just not right.

As I demonstrated in great detail, the fastest arithmetic decoder would be one in which the total probabilities was a power of 2, and each individual probability was a power of 2. That's a Huffman code.

If you make the total a power of 2 but let each individual once be a sum of two powers of two, that's slightly slower (ala Rissanen-Mohiuden / DCC95).

Anything more general is slower still.

September 14, 2010 at 4:34 PM

You can use some HTML tags, such as <b>, <i>, <a>

This blog does not allow anonymous comments.

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.