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
I found an interesting post in which the author claims that he gets more throughput from storing a separate cached value of the read/write index of his SPSC queue and using that value until it no longer implies the operation is possible, and only then performing the atomic read of the uncached value. If you use the SPSC a bunch, maybe you could see if this helps.
The text was updated successfully, but these errors were encountered:
Hello,
I found an interesting post in which the author claims that he gets more throughput from storing a separate cached value of the read/write index of his SPSC queue and using that value until it no longer implies the operation is possible, and only then performing the atomic read of the uncached value. If you use the SPSC a bunch, maybe you could see if this helps.
The text was updated successfully, but these errors were encountered: