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
Previously, pos/i7034.scala took more than a minute to compile on my M1 MacBook Pro.
Now it takes 5 seconds. The file consists of an IArray with over 4000 string literal
elements. The previous caching logic was faulty, which means there was a lot of repeated
computation of large immutable sets.
0 commit comments