You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experimenting with a large Quarkus project to try to enhance our build time and I noticed that DeltaList was very inefficient on this very large project.
It takes several seconds to figure out that nothing has changed when I compile the project again.
Here is a profile:
As you can see, it represents close to 4% of the whole build (and the whole build is several dozens of seconds).