Re: I ran across this while working on the spec.

On 17 October 2013 11:17, Roberto Peon <grmocg@gmail.com> wrote:
> Lets call this #6.

For #6, I think that you want to allow indexed representations to use
the static set, otherwise you don't get to take advantage of the
values there, just the keys.  You might say, however, that indexing
these doesn't add them to the reference set.

I really don't have a particular preference here, but I do note that
there is a strict upper bound on the size of the reference set after
evicting all dynamic entries.  That is, it's the size of your
reference, times the size of the static table.  Have you considered
the "don't worry"?

Received on Thursday, 17 October 2013 18:43:43 UTC