-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Milestone
Description
It seems like Scala 3 projects using distage macros / izumi-reflect macros compile slower than Scala 2 versions of the same. To get at the root of the issue we need to find if there was a performance regression in library macros - or the cause is in compiler itself / other libraries.
NB: We can use https://github.com/MateuszKubuszok/derivation-benchmarks as a scaffold for compiler benchmarking
NB2: https://github.com/7mind/distage-example is one of the projects that exhibits a slowdown in compile time on Scala 3. It may be used as a first target for benchmarking / investigation.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To do