paulk-asert commented on PR #2448: URL: https://github.com/apache/groovy/pull/2448#issuecomment-4202131684
The performance tests show Groovy 6 slower than Groovy 5. AI analysed all 90ish commits different between the two versions and tried to guess which might be part of the slow down. It saw the body of that method changed to a slower implementation and that the method is called many times. This change was it's number one guess but its overall assessment was that there wasn't any one thing, just lots of little things. I say "guess" because it was analysing code paths not runtime heatmaps. All these things are tradeoffs. Does it make it 1-2% faster but now need slightly more memory? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
