Compiling Rust is NP-hard
compilercrim.es
Compiling Rust is NP-hard
1–2 of 2 posts
Re: Compiling Rust is NP-hard
#2This is because of exhaustiveness checking in match statements, so it applies to many more languages than Rust: most modern languages have match statements whose pattern can be tuples and literals.