Why Cargo Check Is So Slow
15 days ago
- #proc_macros
- #cargo
- #performance
- The issue with `cargo check` being slow is primarily due to proc macros.
- The specific slow function is `metadata_decode_entry_impl_trait_header`.
- The problem can be fixed, but avoiding proc macros is suggested for better performance.