cloudwego/shmipc-go

i've made a data transfer of 1 byte only for doing some flag transfer in my idl, how do i optimize the transfer rate e.g.

Closed this issue · 1 comments

i saw some maxSliceSize and capPerBuffer etc
i was wondering how can i set this inside the shmipc-go to influence the transfer size of the 1 byte idl?

can you provide some guidance on how to set it for optimum transfer? i think the current one has 4096 bytes but not sure how to set it "correct" way.

there are a lot of code and i'm not sure if hardcoding 1 value here will affect there so i'm asking here. thx in advance

i see it now, it's at the Reserve in idl