rust/library/core/benches
bors 0ce0fedb67 Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplett
Add a check for ASCII characters in to_upper and to_lower

This extra check has better performance. See discussion here:
https://internals.rust-lang.org/t/to-upper-speed/13896

Thanks to `@gilescope` for helping discover and test this.
2021-03-17 11:17:18 +00:00
..
ascii
char Add two more benchmarks for strictly ASCII and non ASCII cases 2021-02-26 11:42:59 -06:00
hash
num
any.rs
ascii.rs Unify way to flip 6th bit. (Same assembly generated) 2021-02-08 12:21:36 +00:00
fmt.rs Use more efficient scheme for display u128/i128 2020-09-28 20:38:38 +00:00
iter.rs Add more benchmarks 2021-01-08 09:50:35 +00:00
lib.rs
ops.rs
pattern.rs
slice.rs Improve slice.binary_search_by()'s best-case performance to O(1) 2021-01-30 14:11:47 +08:00