sdmoralesma / javalab

Javalab - the open-source web laboratory for JVM languages
http://javalab.co
MIT License
13 stars 2 forks source link

execution time degradation (> 10 seconds) #14

Closed sdmoralesma closed 8 years ago

sdmoralesma commented 8 years ago

java projects took 10 seconds to execute, scala projects near 15+ seconds.

To solve it we will need to improve the integration with docker containers that will enable us to deploy a gradle daemon per user. After the change we expect to have better execution times, and gives us the chance to implement auto-complete features.