You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed another source of performance regression when using partial functions compared to native anonymous functions x -> ...., which is that partial functions may lock the compiler out of some of its optimization routines. I documented my findings in details in a topic on discourse here.
As mentioned in the topic, AFAIK there is no solution to this problem that could be employed for your package, but I thought as the maintainer maybe you would want to know about the issue.