I was wondering if anyone knew if it was possible, in ALL possible situations, to push into a queue made from a deque and pop from the queue from different threads without using some form of mutal exclusion? It seems like the push does not corrupt the other elements, but I don't know if that covers all the cases. I am going for speed here and waiting for the mutex and releasing the mutex is a lot of overhead. Eliminating that would be nice. Just wondering if it is possible...
-Skatanic
-Skatanic