Skip to content

Conversation

bvbfan
Copy link

@bvbfan bvbfan commented Aug 7, 2025

Running benchmark on my machine:
without patch

SPSCQueue:
27176 ops/ms
193 ns RTT
boost::lockfree::spsc:
18873 ops/ms
298 ns RTT

with patch:

SPSCQueue:
41091 ops/ms
189 ns RTT
boost::lockfree::spsc:
18207 ops/ms
290 ns RTT

small code refactoring

Signed-off-by: Anthony Fieroni <[email protected]>
@bugacha
Copy link

bugacha commented Aug 27, 2025

@bvbfan did you compare your implementation with https://github.com/drogalis/SPSC-Queue ?

I'm curious how fast it is against yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants