Fast bounded MPMC and SPSC queues for C++20
Stars
51
Forks
7
Watchers
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
13
commits
Improve power-of-two SPSC performance on clang
c46f909
Update SPSC benchmarks
05d28d5
Optimize non-power of two modulo for spsc
78553b4
Fix incorrect mpmc queues in spsc_bench
3efa9da
Update x86_64 SPSC benchmark
f5a0049
Add BufferType template parameter
bee4db0
Improve performance for trivial types
94a59cf
Fix segfault for too large comptime-known size
0ea0c3b
Add missing [[nodiscard]] to try_push
082f241
Improve size method
4309ea0
Update README.md
9ae4d07
Ensure buffer is cache-line aligned
4310968
Initial commit
53cbefe