Spsc queue with no bounded size
Open
- Dominant language
- C++
- Stars
- 160
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Since I saw boost lockfree I wasn't sure why there isn't any implemention which increase is queue is by factor of 2 like std::vector.
I have a simple implemention using my own custom queue https://github.com/danikv/DanielThreadSafeLibrary/blob/master/include/growing_spsc_queue.h , does that interest anyone or is this use case only relevant to me?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.