We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2941f6c commit 8852321Copy full SHA for 8852321
1 file changed
src/map.rs
@@ -35,6 +35,7 @@ where
35
keys: Box<[K]>,
36
/// Map values
37
values: Box<[V]>,
38
+ // tuple as `Box<[(K, V)]>` is slower
39
}
40
41
impl<K, V, const B: usize, const S: usize, ST, H> Map<K, V, B, S, ST, H>
0 commit comments