Compiling Rust is NP-hardcompilercrim.es 3 pointspcr9103033 years ago1 commentSaveHideCopy link On HNComments−armchairhacker3yThis 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.
Comments
This 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.