Closed
Description
Running git push
with the tidy check hook just hangs. perf top
shows that it's doing lots of string operations:
34.53% rust-tidy [.] alloc::str::<impl str>::to_uppercase
12.34% rust-tidy [.] core::unicode::unicode_data::conversions::to_upper
10.02% rust-tidy [.] alloc::string::String::push
8.63% libc.so.6 [.] __memcmp_avx2_movbe
x test tidy
takes 97s
???