You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Henning Rohde (JIRA)" <ji...@apache.org> on 2017/12/22 01:19:00 UTC

[jira] [Created] (BEAM-3388) Reduce Go runtime reflective overhead

Henning Rohde created BEAM-3388:
-----------------------------------

             Summary: Reduce Go runtime reflective overhead
                 Key: BEAM-3388
                 URL: https://issues.apache.org/jira/browse/BEAM-3388
             Project: Beam
          Issue Type: Improvement
          Components: sdk-go
            Reporter: Henning Rohde
            Assignee: Henning Rohde


Go reflection is slow and we should avoid it in the Go SDK at runtime, when possible -- especially on the fast paths. It seems unlikely that the language runtime/libraries will improve any time soon: https://github.com/golang/go/issues/7818.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)