Files
rust/compiler
Nicholas Nethercote 99d02fb40f Optimize check_keyword_case.
`to_lowercase` allocates, but `eq_ignore_ascii_case` doesn't. This path
is hot enough that this makes a small but noticeable difference in
benchmarking.
2024-11-13 08:43:47 +11:00
..
2024-11-09 19:41:53 +00:00
2024-11-13 08:43:47 +11:00
2024-10-29 17:01:24 +01:00