This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a change to branch go-sdk
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 60216f1  Merge pull request #4265 from herohde/runtime2
     new 6557632  Add a few function call overhead benchmarks
     new fc550df  Add type-specialized emitters

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/go/cmd/specialize/main.go                   |    17 +-
 sdks/go/pkg/beam/core/funcx/output.go            |     7 +
 sdks/go/pkg/beam/core/runtime/exec/emit.go       |   121 +
 sdks/go/pkg/beam/core/runtime/exec/emitters.go   | 14214 +++++++++++++++++++++
 sdks/go/pkg/beam/core/runtime/exec/emitters.tmpl |   108 +
 sdks/go/pkg/beam/core/runtime/exec/fn.go         |    67 -
 sdks/go/pkg/beam/core/runtime/exec/fn_test.go    |   140 +
 sdks/go/pkg/beam/core/runtime/exec/unit.go       |    14 +-
 8 files changed, 14613 insertions(+), 75 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/exec/emit.go
 create mode 100644 sdks/go/pkg/beam/core/runtime/exec/emitters.go
 create mode 100644 sdks/go/pkg/beam/core/runtime/exec/emitters.tmpl

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to