Closed mtzguido closed 1 month ago
cc @nikswamy. This does not help much at all (caching only the module resolution doesn't either, so I dropped it). The real problem is name resolution being quadratic. But the HashMap can be useful already.
This changes the order of qualifiers and we hit #3232
https://github.com/mtzguido/FStar/actions/runs/11355918555
cc @nikswamy. This does not help much at all (caching only the module resolution doesn't either, so I dropped it). The real problem is name resolution being quadratic. But the HashMap can be useful already.