Re: Groovy 3 -> 4 Performance Degradation - Clojure/Jython/JRuby/... ?

2022-05-09 Thread MG
Another question would be, whether anyone here knows whether other dynamic JVM languages such as Clojure/Jython/JRuby/... are a) using Indy calls, and b) are or have been facing similar performance problems... ? On 09/05/2022 19:53, Jochen Theodorou wrote: On 09.05.22 17:41, MG wrote: Hi Joche

Re: Groovy 3 -> 4 Performance Degradation Sample

2022-05-09 Thread MG
Hi Jochen, our code certainly creates a lot of (short lived) class instances*, but we do not dynamically create new classes, so the overhead of creating the initial Indy callsites should only be incurred once at the beginning, and then should no longer play a role. So if the same SQL creation

Re: Groovy 3 -> 4 Performance Degradation Sample

2022-05-09 Thread Jochen Theodorou
On 09.05.22 17:41, MG wrote: Hi Jochen, since I am not feeling well right now, just some quick answers to some of your questions: 1. I am not at liberty to release the source code from our project, not even partially, so these JARs are currently all I can provide. I felt when I reporte

Re: Groovy 3 -> 4 Performance Degradation Sample

2022-05-09 Thread MG
Hi Jochen, since I am not feeling well right now, just some quick answers to some of your questions: 1. I am not at liberty to release the source code from our project, not even partially, so these JARs are currently all I can provide. I felt when I reported this problem initially, there