Lines Matching refs:small
1582 // The returned map has small keys and values.
1588 // The returned map has small keys and large values.
3643 // join has fast paths for small separators up to 4 bytes
9774 // small rotations in large slice, uses ptr::copy
9782 // non-small prime rotation, has a few rounds of swapping
9809 // small rotations in large slice, uses ptr::copy
9817 // non-small prime rotation, has a few rounds of swapping
14826 // small as possible, to improve compile times. But we also want as much of
15072 // specialize the cases with small separator lengths
15148 // generate loops with hardcoded offsets for small separators
29845 /// performance on *small* nodes of elements which are cheap to compare. However in the future we
32354 // iterate a small set, look up in the large set
37093 map1_copy.clone_from(&map1); // small cloned from large
37096 map2_copy.clone_from(&map2); // large cloned from small
43216 // We need to resize if the capacity is not a power of two, too small or
47117 /// `Vec` will never perform a "small optimization" where elements are actually