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
Transpilation is currently pretty slow, especially because of the many round-trips necessary when making roundtrips from ghcid. I should investigate ways to speed up this process, if possible. (It's worth noting that, as far as I can tell, profiling is particularly difficult in this case due to ghcid's multithreadedness.)
Would using the GHC API directly (e.g. via ghc-lib) improve performance? (That is, how much overhead does GHCi(d) have?)
The text was updated successfully, but these errors were encountered:
Transpilation is currently pretty slow, especially because of the many round-trips necessary when making roundtrips from ghcid. I should investigate ways to speed up this process, if possible. (It's worth noting that, as far as I can tell, profiling is particularly difficult in this case due to ghcid's multithreadedness.)
Would using the GHC API directly (e.g. via
ghc-lib
) improve performance? (That is, how much overhead does GHCi(d) have?)The text was updated successfully, but these errors were encountered: