This is an automated email from the ASF dual-hosted git repository.
robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 4082ce5 [BEAM-2687] Correctly handle read-before-write semantics for
user state. (#7102)
add 01ef416 Add argument parsing and filtering to coders microbenchmark.
add b76f38b Missing type declaration in default coder.
add 45c114d Optimize sequence coders.
add 18fde2e Restore unicode typing after Py3 changes.
add 0a33d9b Optimize LengthPrefixCoder.
add eb4a65a Optimize WindowedValue encoding.
add 1cc6efc Optimize IntervalWindow encoding.
new 06d4a56 Merge pull request #7130 from Optimize Python coders.
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:
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(-)