Re: Groovy 4.0.0-beta-1 Performance

2021-10-14 Thread MG
Hi Paul & Stephen, unless I am missing something some miscommunication seems to have happened: We compile our complete framework and application code (all written in Groovy, mixed @CompileDynamic/@TypeChecked and @CompileStatic) using IntelliJ Groovy build process, then run / deploy the compi

Re: Groovy 4.0.0-beta-1 Performance

2021-10-14 Thread Jochen Theodorou
On 14.10.21 01:24, MG wrote: [...] Alas performance-wise what we surprisingly found was, that the performance of our main web application dropped by a factor of 2 (table refresh) to 3 (startup). Executing our test suite showed a similar picture. Since no immediate source for this performance drop

Re: Groovy 4.0.0-beta-1 Performance

2021-10-14 Thread Stephen Mallette
I've seen similar problems with Groovy 3.x/4.x when upgrading Apache TinkerPop (we've had to revert from it to 2.5.x and without an improvement I don't see how upgrade will be possible in the future). I had a specific context we were dealing with in groovysh but I sense it is not limited there. I d

Re: Groovy 4.0.0-beta-1 Performance

2021-10-14 Thread Paul King
Hi mg, Antlr4 performance is something we want to work much more on but it isn't an easy task and we have already picked off some of the low-hanging fruit. It is probably worth creating a Jira ticket for this. We tend to progress much more efficiently on well-defined issues than broad ones, but p