C++14 lock-free queue.
Stars
1.8k
Forks
214
Watchers
1.8k
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
38
commits
9
commits
5
commits
4
commits
3
commits
3
commits
2
commits
2
commits
1
commits
1
commits
Explicit restrict qualifier for queue elements parameter of index mapping function.
a64933dView on GitHubComment asm "memory" clobber potentially limiting performance in ARM code-paths. [no ci]
e482bc8View on GitHubExplicitly de-alias pointers to dynamically allocated queue buffers.
d1460eaView on GitHubRevert "De-alias dynamically allocated arrays explicitly. Compiler strict aliasing rules may not de-alias these."
25bc9b7View on GitHubDe-alias dynamically allocated arrays explicitly. Compiler strict aliasing rules may not de-alias these.
8ad53fcView on GitHubExtend try_push test with try_pop and was_full coverage.
689c48eView on GitHub