Top "Deque" questions

A double-ended queue.

std deque is surprisingly slow

I just find out that standard std deque is really slow when comparing with my "home-made" version of stack that …

c++ performance stack deque