You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking further about this, you might need a custom projection of the CompactSeq for the keys. E.g. you might need the lamports for sorting, but not the tags.
So maybe extend the iterator with a projection function that is given a reference to the KeySeq and a reference to the bitmap and is supposed to produce an iterator of results?
Materializing the keys out of the compact sequences is a significant part of the work. But in some cases you only need the value.
There should be variants of the 2 iter methods that return (Offset, Value) instead of (Offset, Key, Value). That would be faster and fewer mallocs.
The text was updated successfully, but these errors were encountered: