Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

performance of concurrent_queue

softarts
Beginner
250 Views
I wonder of any one has done performance test for concurrent_queue?

my test shows with single producor / single consumer,
the average latency is about 600-1000ns (XEON E5440)

latency means enqueue<-time->dequeue.

any other data can reflect concurrent_queue performance?


0 Kudos
1 Reply
Anton_P_Intel
Employee
250 Views
I believe, if the code of the benchmarks is provided, it easiser to compare times.
0 Kudos
Reply