Skip to content

Commit 8852321

Browse files
committed
Comment
1 parent 2941f6c commit 8852321

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/map.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ where
3535
keys: Box<[K]>,
3636
/// Map values
3737
values: Box<[V]>,
38+
// tuple as `Box<[(K, V)]>` is slower
3839
}
3940

4041
impl<K, V, const B: usize, const S: usize, ST, H> Map<K, V, B, S, ST, H>

0 commit comments

Comments
 (0)