lampepfl / dotty-feature-requests

Historical feature requests. Please create new feature requests at https://github.com/lampepfl/dotty/discussions/new?category=feature-requests
31 stars 2 forks source link

scala 3 compiler slow? Why hydrate fast #346

Closed ghost closed 1 year ago

ghost commented 1 year ago

image

Why scala compiler slow. and hydrate 3.2 x faster than scala compiler?

Is there any core team look at compiler compile speed?

for now , the most power and speed compiler i seen. It is golang and ziglang.

very fast and impressive.

ckipp01 commented 1 year ago

Thanks for creating this @cnmade. Note that Hydra actually doesn't work with Scala 3 and is only focused on Scala 2. Regarding performance, there is definitely a focus on improving the speed, but there isn't a dedicated team for this. Feel free to check out the performance issues in Dotty for some ideas.