jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.7k stars 199 forks source link

jooby-run: improve restart process (less memory/fast) #3482

Closed jknack closed 1 month ago

jknack commented 1 month ago

The work done by @agentgt at https://github.com/jooby-project/jooby/pull/2583 works OK but left out of queue the compilation process. On small project there is no difference but on medium/large code base one multiple file changes are detected multiples restart are fired but also waits on compiler to finish.

Today:

After: