apilloud commented on pull request #14518: URL: https://github.com/apache/beam/pull/14518#issuecomment-818980461
I ran our nexmark tests and the result was within the noise bounds of our performance dashboard. I don't think there is a huge benefit to code generation for this piece. What code generation gives us here is unrolled loops and dead-code elimination, both of those will be done by the Java runtime. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
