lostluck commented on code in PR #17475:
URL: https://github.com/apache/beam/pull/17475#discussion_r862052108


##########
sdks/go/pkg/beam/core/runtime/exec/fn_arity.tmpl:
##########
@@ -30,7 +30,7 @@ import (
 func (n *invoker) initCall() {
        switch fn := n.fn.Fn.(type) {
 {{range $out := upto 5}}
-{{range $in := upto 9}}
+{{range $in := upto 10}}

Review Comment:
   Do we still see benefits of increasing this in micro benchmarks? 
   
   eg. Is manually unrolling args as we do for `Call9x?` methods showing 
benefit vs passing them in as a slice to `Call` ?



-- 
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]

Reply via email to