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 a4336c9  [BEAM-13421] Fix bug with xs called with non-tuple key 
(#16258)
     add 208f1c1  Add microbenchmark for row coder.
     add 5b163e3  Compile RowCoderImpl with Cython.
     add da5b6b1  RowCoder optimizations.
     add 3e2d839  Further optimizations for common case of components in order.
     add d742adc  Optimize rows with null fields.
     add 85d4fad  RowCoder lint.
     new 0ef6d4b  Merge pull request #16316 Benchmark and optimize Python 
RowCoder

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      |  27 +++++
 sdks/python/apache_beam/coders/coder_impl.py       | 125 ++++++++++++++++++++-
 sdks/python/apache_beam/coders/row_coder.py        | 112 +-----------------
 .../apache_beam/tools/coders_microbenchmark.py     |  41 ++++++-
 4 files changed, 193 insertions(+), 112 deletions(-)

Reply via email to