ipmpsc icon indicating copy to clipboard operation
ipmpsc copied to clipboard

Batch recv / send?

Open jeromegn opened this issue 5 months ago • 1 comments

Would it be possible to add methods for batch recv / send? The sending end doesn't bother me too much, but I wonder if there are optimizations available if the user specifically wants a batch (maybe less locking, maybe less syscalls?).

I don't nearly know enough to assess that. For now I am batching myself, but I do have to call try_recv() for every item.

jeromegn avatar Aug 14 '25 18:08 jeromegn