Skip to content

Request to change the RFC#248

Merged
szabadka merged 5 commits into
google:masterfrom
dsnet:draft
Oct 30, 2015
Merged

Request to change the RFC#248
szabadka merged 5 commits into
google:masterfrom
dsnet:draft

Conversation

@dsnet

@dsnet dsnet commented Oct 29, 2015

Copy link
Copy Markdown
Contributor

No description provided.

dsnet added 5 commits October 29, 2015 09:39
* Rather than say "lower 3 bits" in one sentence and "bits 3-5" in
the sentence right after, just consistently use the same convention
and say "0-2" and "3-5".
* This value is useful in implementing the decoder since we can know
ahead-of-time what size buffer is needed to contain the output of a
transformed word.
* If NDIRECT is zero, then the paragraph reads "from 16 to 15", which
doesn't make much sense. Thus, add a conditional to avoid this minor
oddity.
* The phrase "difference between these distances" can either refer to
the conceptual difference (i.e. they hae different semantic meaning)
or to the mathematical difference (i.e. use substraction for the two).
Instead, just remove the sentence since the equations below make it
clear what we're supposed to do here.
* Acknowledge the fact that the context map is conceptually really a
two-dimensional matrix with 2 different keys, but in reality stored
as a one-dimensional array.

* Mention that InverseMoveToFrontTransform will not cause the
context map to have invalid indexes. This gives someone implementing
a decoder sanity that they do not have to go through the context
map again and check that all values are less than NTREES.
szabadka added a commit that referenced this pull request Oct 30, 2015
Request to change the RFC
@szabadka szabadka merged commit 7e0ed88 into google:master Oct 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants