Commit 2024-01-12 12:47 f34cd078
View on Github →perf (CategoryTheory.ComposableArrows): swap out linarith
for omega
(#9594)
This file now has the lead in the number of CPU instructions amongst all of mathlib. The majority come from linarith
being an autoparam
for many definitions, often in multiple arguments. This uses omega
in place of linarith
to improve performance.