cameron314 / concurrentqueue

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

Using token is slow #322

Closed skypexu closed 1 year ago

skypexu commented 1 year ago

I have a program has multipile producers and single consumer, and I found using per-thread token is really slow than not using it, don't know why.