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
When trying to compile a case expression case.zip with many BitArray matches (used for parsing HTTP headers), the compiler process gets killed by the OS.
If I remove some of the case branches, the project compiles, but it still takes 4–5 seconds for a very small file, which feels unexpectedly slow.