This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.
from d067bfc [ISSUE #3192] Make free disk value more accurate
new 20b6cdd [ISSUE 2883] Remove an duplicate
MessageDecoder.string2messageProperties for each message, and prevent store
"WAIT=true" property (in most case) to save 9 bytes for each message.
new a23df96 [ISSUE 2883] Improve performance of
string2messageProperties/messageProperties2String, and save 1 byte for each
message.
new 2509b0e Merge pull request #2961 from areyouok/dev_speed_F
The 1744 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:
.../broker/processor/SendMessageProcessor.java | 16 ++-
.../rocketmq/common/message/MessageDecoder.java | 41 ++++++--
.../common/message/MessageDecoderTest.java | 108 +++++++++++++++++++++
.../apache/rocketmq/store/BatchPutMessageTest.java | 18 +---
4 files changed, 156 insertions(+), 27 deletions(-)