Commit 2026-09-08 19:42 501d6fc6
View on Github →perf(Basic/Rel): use grind instead of aesop (#42405)
Most of the elaboration time of Mathlib/Basic/Rel.lean goes into its 55 aesop calls.
Speed them up by using grind instead (or, in one case, simp).
Add a few more grind annotations to make this ergonomic.
This reduces the elaboration time of the file by more than 40%.