Comment by rowanG077
6 months ago
C hardly requires any high effort compile things. No templates, no generics, super simple types, no high level structures.
6 months ago
C hardly requires any high effort compile things. No templates, no generics, super simple types, no high level structures.
Are we seeing similar compilation speed when a Rust program doesn't use these types of features?
You can't disable those features. There is no "no type-checking" mode. Or "no borrow-checking" mode. It's not opt-out.