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

[beam] 01/01: Merge pull request #7130 from Optimize Python coders.

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

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

commit 06d4a56612e8d6ba79c3f8b33cce0196b4f828e5
Merge: 4082ce5 1cc6efc
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Wed Nov 28 13:35:40 2018 +0100

    Merge pull request #7130 from Optimize Python coders.
    
    Optimize several Python coder implementations.

 sdks/python/apache_beam/coders/coder_impl.pxd      | 60 +++++++++++++-
 sdks/python/apache_beam/coders/coder_impl.py       | 94 +++++++++++++---------
 sdks/python/apache_beam/coders/coders.py           |  2 +-
 .../apache_beam/tools/coders_microbenchmark.py     | 50 ++++++++++--
 sdks/python/apache_beam/transforms/window.py       | 26 ++----
 sdks/python/apache_beam/utils/windowed_value.pxd   | 19 +++++
 sdks/python/apache_beam/utils/windowed_value.py    | 61 +++++++++++++-
 sdks/python/scripts/generate_pydoc.sh              |  1 +
 8 files changed, 242 insertions(+), 71 deletions(-)