gorums icon indicating copy to clipboard operation
gorums copied to clipboard

chore: check if RWMutex is beneficial for the channel use case

Open meling opened this issue 2 months ago • 0 comments

We currently use a sync.RWMutex in our channel implementation. However, it is not clear that this is beneficial, given the extra overhead vs the regular mutex. We should benchmark with and without RWMutex.

meling avatar Dec 15 '25 12:12 meling