netty5/codec-http2
Nick Hill 760bd4ab90 Simplify HpackHuffmanDecoder table decode logic (#9335)
Motivation

The nice change made by @carl-mastrangelo in #9307 for lookup-table
based HPACK Huffman decoding can be simplified a little to remove the
separate flags field and eliminate some intermediate operations.

Modification

Simplify HpackHuffmanDecoder::decode logic including de-dup of the
per-nibble part.

Result

Less code, possibly better performance though not noticeable in a quick
benchmark.
2019-07-08 12:05:28 +02:00
..
src Simplify HpackHuffmanDecoder table decode logic (#9335) 2019-07-08 12:05:28 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00