|
|
|
|
|
by chrismoos
3768 days ago
|
|
One of the main differences is this one uses lookup tables for faster decoding of Huffman compressed data as opposed to using a tree (which is what the stdlib one uses). It also offers some additional encoding options for users that want more control of header field indexing. |
|
(I wrote Go's quickly. I've never profiled it, delaying that until Go 1.7, which opened for development yesterday)