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
A suggestion by @miniBill that we should consider:
one suggestion from performance-tuning some elm code recently: double check that if you're doing x == 'c' that the compiler generates === and not _Utils_eq. I was able to make elm-xml-parser something like 3x faster on a real RSS feed
This should both be considered in context to the compiler code, as well as for considering improvements on the generated guida compiler code.
The text was updated successfully, but these errors were encountered:
A suggestion by @miniBill that we should consider:
This should both be considered in context to the compiler code, as well as for considering improvements on the generated guida compiler code.
The text was updated successfully, but these errors were encountered: