-
Notifications
You must be signed in to change notification settings - Fork 37
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
[Trivial] add GetSize and GetIndex to sparse pack #1081
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! if you are feeling brave, these can also be added to SwarmPack
s
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can you click approve? Also are these relevant to |
The member functions are more or less consistent between |
PR Summary
Upstreaming a few features we use in riot. Mainly a cheap way of getting the number of sparse IDs of a variable on a block and the "index" in the pack on a given block.
PR Checklist