Commit 2026-06-01 14:37 8dd7853d
View on Github →perf(AlgebraicGeometry): specialize index type in AffineSpace to Type u (#39970)
The AffineSpace file is notoriously slow and making the index type be in the same universe as the base scheme cuts instructions in half. In case it is necessary, we can still ULift to obtain the old functionality.