Re: Order of multi sub definitions can resolve dispatch ambiguity

2021-09-25 Thread Brad Gilbert
On Sat, Sep 25, 2021 at 2:30 PM Joseph Brenner wrote: > > Since subsets are just code it would be difficult to impossible > > to determine all of the ones that can match without actually > > running them all. This would slow down every call that uses > > multiple subsets. > > I can see how there

Re: Order of multi sub definitions can resolve dispatch ambiguity

2021-09-25 Thread Joseph Brenner
> Since subsets are just code it would be difficult to impossible > to determine all of the ones that can match without actually > running them all. This would slow down every call that uses > multiple subsets. I can see how there would be a big performance hit, but I haven't yet turned up any