Open JasonGross opened 3 years ago
Btw, to test this out yourself, you need to configure
Coq itself with -native-compiler yes
when building from source.
The current list of files like this:
Categories/Grothendieck/ToSet/Morphisms.v
(real: 4.86, user: 4.46, sys: 0.34, mem: 335276 ko)Colimits/Colimit_Flattening.v
(real: 37.42, user: 33.22, sys: 4.11, mem: 932448 ko)Colimits/Colimit_Pushout.v
(real: 21.50, user: 20.75, sys: 0.71, mem: 634780 ko)Colimits/Colimit_Sigma.v
(real: 3.28, user: 2.95, sys: 0.28, mem: 318604 ko)Colimits/Pushout.v
(real: 10.49, user: 10.04, sys: 0.40, mem: 342140 ko)Colimits/Sequential.v
(real: 98.82, user: 79.62, sys: 19.09, mem: 2171940 ko)Homotopy/CayleyDickson.v
(real: 66.82, user: 56.41, sys: 10.33, mem: 1870512 ko)Spaces/Spheres.v
(real: 144.43, user: 110.28, sys: 33.99, mem: 2843996 ko)Spaces/Torus/TorusEquivCircles.v
(real: 158.08, user: 123.70, sys: 34.14, mem: 4932220 ko)Spaces/TwoSphere.v
(real: 6.81, user: 6.34, sys: 0.40, mem: 331804 ko)
Every time I build, I get errors such as
These files are painfully slow. I expect this can be fixed by making select lemmas
Qed
rather thanDefined
.