FStarLang / FStar

A Proof-oriented Programming Language
https://fstar-lang.org
Apache License 2.0
2.7k stars 234 forks source link

Some tactics and MkProjectors improvements #3501

Closed mtzguido closed 1 month ago

mtzguido commented 1 month ago

Mostly for performance. For an example from Karthik, the checking time for a big class decreases from 48s without the meta_projectors, to 11s with it. Still a long way to go, I think this could be well under a second.,

mtzguido commented 1 month ago

https://github.com/mtzguido/FStar/actions/runs/11042202279