You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the message i sent is 256bytes, the message received back is 1 byte, what is the ideal make byte number i should put?
4096 is "too much"? should i do 256 bytes + message passing overhead?
what is the min overhead of this []byte for message passing? i would like to make each transfer use one bytebufferpool efficiently.
The text was updated successfully, but these errors were encountered:
i have read the https://github.com/cloudwego/shmipc-spec but there are too many things to consider
so question is,
if the message i sent is 256bytes, the message received back is 1 byte, what is the ideal make byte number i should put?
4096 is "too much"? should i do 256 bytes + message passing overhead?
The text was updated successfully, but these errors were encountered: