Skip to content

Improve transpilation performance #74

@jgrosso

Description

@jgrosso

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?)

Metadata

Metadata

Assignees

Labels

performanceAnything related to the performance of the Axel compiler.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions