Re: Compression ratio of HPACK.

Just to sanity check I navigated to www.google.com -- the page load made 11
requests, each with the same 8 identical cookies. Thus the reference set in
this example saves 8 bytes per frame (as opposed to the 1.57 bytes in your
analysis).

I'd suggest trying to capture data on a single domain to show the affect
the compression has on repeated cookies.


On Thu, Jan 30, 2014 at 8:55 PM, Kazu Yamamoto <kazu@iij.ad.jp> wrote:

> Hi,
>
> > Really interesting, Kazu.  I would love to cut out gears if we are only
> > saving a byte and a half.
>
> I added appendix to describe the difference between Naive and Linear
> by examples.
>
>         http://d.hatena.ne.jp/kazu-yamamoto/20140129/1391057824
>
> And one correction: it appeared that :authority values are mixed
> together in our data set. So, please suggest better input data set.
>
> As describe in
>         https://github.com/http2jp/hpack-test-case
> our data set comes from
>         https://github.com/http2/http_samples
>
> --Kazu
>
>

Received on Friday, 31 January 2014 16:22:42 UTC