cameron314 / concurrentqueue

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Other
9.87k stars 1.69k forks source link

I need allocator feature. #307

Closed ghost closed 2 years ago

ghost commented 2 years ago

so I can put this into shared menory. that't important for me. can you please improve this? thanks.

cameron314 commented 2 years ago

Sorry, this is not feasible to implement.

See https://github.com/cameron314/concurrentqueue/issues/236#issuecomment-758042443