rust/library/core
许杰友 Jieyou Xu (Joe) 408dc51f97
Rollup merge of #141516 - bend-n:okay, r=workingjubilee
speed up charsearcher for ascii chars

attempt at fixing rust-lang/rust#82471

this implementation should be valid because ascii characters are always one byte and there are no continuation bytes that overlap with ascii characters

im not completely sure that this is _always_ an improvement but it seems to be an improvement for this case and i dont think it can significantly regress any cases
2025-05-27 01:29:20 +08:00
..
src Rollup merge of #141516 - bend-n:okay, r=workingjubilee 2025-05-27 01:29:20 +08:00
Cargo.toml Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00