Revision 6be72c6574c0c7fec62ec7fc58e17680eabee5f2 authored by Jakob Nybo Nissen on 24 October 2022, 11:36:47 UTC, committed by GitHub on 24 October 2022, 11:36:47 UTC
On current master, calling methodswith compiles a new specialization for each
type being checked, which easily runs into the hundreds of specializations,
completely unnecessarily.
This PR adds a bunch of nospecialize statements to methodswith to reduce
latency significantly.
1 parent a8bf137
History

back to top