rust/library/core/benches
Nilstrieb 3358a41acb Add unicode fast path to is_printable
Before, it would enter the full expensive check even for normal ascii
characters. Now, it skips the check for the ascii characters in
`32..127`. This range was checked manually from the current behavior.
2022-05-31 10:51:35 +02:00
..
ascii
char
hash
num
str
any.rs
ascii.rs
fmt.rs Add unicode fast path to is_printable 2022-05-31 10:51:35 +02:00
iter.rs
lib.rs
ops.rs
pattern.rs
slice.rs
str.rs