What I've observed is, std::queue .push
takes longer as the queue size goes on increasing. Is it normal behavior or I am doing wrong something?
I want the time to be consistent regardless of number of elements the container has. What are better alternatives to std::queue?