hazelcast / hazelcast/hazelcast-cpp-client
Use intermediate byte buffer when writing ClientMessage into socket as in Java
Open
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
Assessment
This issue has not been assessed yet.