Skip to content

util: clarify comment on FastIntMap#22792

Merged
andreimatei merged 1 commit intocockroachdb:masterfrom
andreimatei:fast-int-map-comment
Feb 21, 2018
Merged

util: clarify comment on FastIntMap#22792
andreimatei merged 1 commit intocockroachdb:masterfrom
andreimatei:fast-int-map-comment

Conversation

@andreimatei
Copy link
Copy Markdown
Contributor

It's about keys being small, not values.

Release note: None

@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@RaduBerinde
Copy link
Copy Markdown
Member

It's about both keys and values being small.. (keys in [0, 31], values in [0, 14]).


Review status: 0 of 1 files reviewed at latest revision, all discussions resolved, some commit checks failed.


Comments from Reviewable

It's useful when both keys and values are small; just values is not
sufficient.

Release note: None
@andreimatei
Copy link
Copy Markdown
Contributor Author

Ah, I see. Amended.


Review status: 0 of 1 files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@RaduBerinde
Copy link
Copy Markdown
Member

:lgtm:


Review status: 0 of 1 files reviewed at latest revision, all discussions resolved, all commit checks successful.


Comments from Reviewable

@andreimatei andreimatei merged commit f65341d into cockroachdb:master Feb 21, 2018
@andreimatei andreimatei deleted the fast-int-map-comment branch February 21, 2018 22:15
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.

3 participants