Add overrides for the iterator methods that do not get the key
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 42
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.