Re: HPACK benchmark test for substitution indexing vs incremental indexing only

On Tue, Sep 24, 2013 at 8:51 AM, James M Snell <jasnell@gmail.com> wrote:

> I'm also not a fan of the name index reference option given that it
> requires us to search the table for a suitable name index. I'd rather
> take the somewhat less efficient on-the-wire encoding than scan the
> table for name indexes.
>

What "search"/"scan" is involved? If it's an index, then it's an index
lookup, which is pretty efficient for a deque, which is what the header
table should be implemented as.

Received on Tuesday, 24 September 2013 17:53:37 UTC