ngtcp2 / nghttp3

HTTP/3 library written in C
https://nghttp2.org/nghttp3/
MIT License
858 stars 93 forks source link

Do huffman encoding only when the reduction is more than 25% #264

Closed tatsuhiro-t closed 4 days ago

tatsuhiro-t commented 5 days ago

Do huffman encoding only when the reduction is more than 25% because huffman decoding is quite costly for relatively large field values.