hazelcast / hazelcast/hazelcast-cpp-client

Use intermediate byte buffer when writing ClientMessage into socket as in Java

Open
#393 0 comments 0 reactions 0 assignees View on GitHub
Estimation: S Priority: Medium Type: Enhancement
Dominant language
C++
Stars
91
Forks
54
Avg merge
1d 12m
Merged PRs (30d)
5

Description

Java writes message frame into byte buffer before writing to socket. It writes the initialization message "CB2" also into the same buffer. This may have impact on performance by decreasing socket write calls.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.