You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2022/09/15 21:00:58 UTC

[beam] branch master updated (94405e6c491 -> 30a48f05cf2)

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 94405e6c491 Bump up dataflow python container version to beam-master-20220914 (#23238)
     add 30a48f05cf2 Improve the performance of TextSource by reducing how many byte[]s are copied (fixes #23193) (#23196)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 sdks/java/core/jmh/build.gradle                    |   2 +
 .../beam/sdk/jmh/io/TextSourceBenchmark.java       | 117 +++++++
 .../org/apache/beam/sdk/jmh/io/package-info.java}  |   3 +-
 .../java/org/apache/beam/sdk/io/TextSource.java    | 359 ++++++++++++++-------
 .../org/apache/beam/sdk/io/TextIOReadTest.java     |  69 ++--
 6 files changed, 417 insertions(+), 134 deletions(-)
 create mode 100644 sdks/java/core/jmh/src/main/java/org/apache/beam/sdk/jmh/io/TextSourceBenchmark.java
 copy sdks/{typescript/src/apache_beam/runners/index.ts => java/core/jmh/src/main/java/org/apache/beam/sdk/jmh/io/package-info.java} (92%)