HPACK: replace Huffman by possibly faster and more efficient FSE (Finite State Entropy)

Hi,
FSE (Finite State Entropy) is a brand new entropy coder backed by Yann Collet (the guy behind LZ4) based on ANS (Asymmetric Numeral System), it could eventually be used as a interesting drop-in replacement for the Huffman encoder found in HPACK since it claims compression rates closer to arithmetic coding and faster processing than Huffman.
More informations and code over there:
http://fastcompression.blogspot.fr/2013/12/finite-state-entropy-new-breed-of.html

Best regards.
-- 
Frédéric Kayser

Received on Saturday, 4 January 2014 17:11:33 UTC