You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ap...@apache.org on 2018/12/28 22:17:10 UTC

[beam] 01/01: Merge pull request #7357 from lostluck/smallbuf

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

apilloud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 8f38b463acb422919d994a31e31aa5faa43c3e52
Merge: 3a0f70e eab6759
Author: Andrew Pilloud <ap...@users.noreply.github.com>
AuthorDate: Fri Dec 28 14:17:01 2018 -0800

    Merge pull request #7357 from lostluck/smallbuf
    
    [BEAM-4725] Use unsafe to avoid small allocations to the heap.

 sdks/go/pkg/beam/core/graph/coder/int.go           | 24 ++++++-------
 sdks/go/pkg/beam/core/graph/coder/varint.go        | 10 +++---
 sdks/go/pkg/beam/core/runtime/exec/coder.go        |  3 +-
 sdks/go/pkg/beam/core/util/ioutilx/read.go         | 42 ++++++++++++++++++++++
 .../beam/core/util/ioutilx/{read.go => write.go}   | 30 +++++-----------
 5 files changed, 71 insertions(+), 38 deletions(-)