Commit 7acaa1e
committed
perf(RingTheory/Polynomial/DegreeLT): optimize proof for kernel checking (leanprover-community#33794)
`Polynomial.taylorLinearEquiv_symm` used to take ~9s in the kernel on a fast machine and an astounding 2hrs when checked externally, without the module system restrictions. Making definitional rewrites explicit reduces type checking to <100ms in both scenarios.1 parent 499b544 commit 7acaa1e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
| 555 | + | |
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| |||
0 commit comments