This is an automated email from the ASF dual-hosted git repository.
lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from a13c7d9 Merge pull request #4628: [BEAM-3582] Rename BeamRecord ->
Row, BeamRecordType -> RowType
add 4959ef8 Modify BufferedElementCountingOutputStream to use a buffer
pool for its internal allocations. This improves the worker's performance for
workloads with large iterables since it avoids a allocation/deletion on each
invocation of encode() in IterableLikeCoder.
new fab8ca0 BEAM-3572: Modify BufferedElementCountingOutputStream to use
a buffer pool
The 1 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:
.../util/BufferedElementCountingOutputStream.java | 15 ++++++++-
.../BufferedElementCountingOutputStreamTest.java | 36 ++++++++++++++++++++++
.../data/BeamFnDataBufferingOutboundObserver.java | 4 ++-
3 files changed, 53 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].