rust/library/core/src/unicode
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
..
mod.rs Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
printable.py Add unicode fast path to is_printable 2022-05-31 10:51:35 +02:00
printable.rs Add unicode fast path to is_printable 2022-05-31 10:51:35 +02:00
unicode_data.rs Regenerate tables for Unicode 14.0.0 2021-10-06 17:49:33 -07:00