Is it possible to parallelise the work inside of the module? or scapa is already doing it?
@jmgimeno8 ай бұрын
Does this works only on sbt or in scala-cli as well?
@jamie_thompson_8 ай бұрын
Scala CLI uses Zinc for incremental compilation, but as it is single project only - it can not benefit from anything else I talked about (compiling subprojects in parallel, pipelining of subprojects, outline) - possibly if you use some other tool to manage several Scala CLI projects you could build these features on top
@MrDejvidkit8 ай бұрын
I have a question, how can you optimize PATmAT compilation phase?
@jamie_thompson_8 ай бұрын
Hey, might I ask you to be more specific? but perhaps right from the start you could try breaking up your cases into smaller methods if you have a long chain