Add overrides for the iterator methods that do not get the key
Open
- Dominant language
- Rust
- Stars
- 42
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.