You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the discussion in #3476—especially this comment by @94bryanr—we’re collecting compile-time performance concerns and workarounds here. If you’ve run into long build times, linker errors, or recursion limits, please share:
Reproducible Cases: Steps or minimal examples.
Workarounds: Crate splitting, using into_any(), alternative linkers, etc.
Suggestions: Ideas for framework or compiler changes that could help.
This thread aims to consolidate solutions and guide further improvements. Thank you for contributing!
The text was updated successfully, but these errors were encountered:
Following the discussion in #3476—especially this comment by @94bryanr—we’re collecting compile-time performance concerns and workarounds here. If you’ve run into long build times, linker errors, or recursion limits, please share:
into_any()
, alternative linkers, etc.This thread aims to consolidate solutions and guide further improvements. Thank you for contributing!
The text was updated successfully, but these errors were encountered: