Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: clarify comment on FastIntMap #22792

Merged
merged 1 commit into from
Feb 21, 2018

Conversation

andreimatei
Copy link
Contributor

It's about keys being small, not values.

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@RaduBerinde
Copy link
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
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
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