You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/12/16 18:35:16 UTC

[pulsar] branch master updated (64bbbd4 -> 6ddb533)

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

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 64bbbd4  [website][upgrade]feat: website upgrade / docs migration - 2.2.1 / develop/reference (#13314)
     add 6ddb533  [Issue 13285][pulsar-client] Optimize MessageBuilder and SharedBuffer to avoid unnecessary memory copy. (#13293)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/include/pulsar/MessageBuilder.h | 19 ++++++--
 pulsar-client-cpp/lib/MessageBuilder.cc           | 12 ++++-
 pulsar-client-cpp/lib/SharedBuffer.h              | 59 ++++++++++++++++-------
 pulsar-client-cpp/tests/MessageTest.cc            | 22 +++++++++
 4 files changed, 87 insertions(+), 25 deletions(-)