agda / agda-categories

A new Categories library for Agda
https://agda.github.io/agda-categories
MIT License
363 stars 68 forks source link

Performance Issues in Fubini #426

Open 4e554c4c opened 2 months ago

4e554c4c commented 2 months ago

The 'parameterized end' (EndF) construction introduced in #422 causes many performance issues that are only solved by --lossy-unification. This should be fixed so that --lossy-unification is not necessary to use EndF

agda --profile=all src/Categories/Diagram/End/Fubini.agda output: gist Zulip thread