Re: Performance in Groovy 5

2024-02-23 Thread MG
Hi Gabriel, 1. that post about Groovy 3 -> 4 performance degradation was from me. 2. The performance degradation in our case was definitely due the JVM's dynamic call resolution ("indy") being used over Groovy's own implementation. 3. It actually occurs the same in Groovy 3 when switched to

Re: Performance in Groovy 5

2024-02-23 Thread Videla, Gabriel
We are working on several aspects which will improve performance. We'll be sure to add further details in the release notes if everything goes to plan. Good to know, thanks. Is there a particular aspect of performance that is of particular importance to you? Our application was upgraded to Gro