Commit 2024-09-10 16:36 0c4fb559

View on Github →

perf: synth order of SMul hierarchy (#16646) A lower mixin type class can lead to surprisingly heavy typeclass searches. This PR attempts to add shortcuts for SMul and see the effect on performance. Try stronger type classes first so that it doesn't always need to search the entire algebraic typeclass hierarchy.

Estimated changes