MSPriorityQueue: removed monotonic_counter due its horrible performance
authorkhizmax <libcds.dev@gmail.com>
Tue, 2 Aug 2016 18:58:26 +0000 (21:58 +0300)
committerkhizmax <libcds.dev@gmail.com>
Tue, 2 Aug 2016 18:58:26 +0000 (21:58 +0300)
commit3a020bfb0f4f3a7e0302ea1849c38dd0142bbe3d
treec2f3bfd9cc0645b8ba0a444c58c1bd3064a422ee
parentd0434864d65a3469b2cee7b97922d00dd3a7bb51
MSPriorityQueue: removed monotonic_counter due its horrible performance
cds/container/mspriority_queue.h
cds/intrusive/mspriority_queue.h
test/stress/pqueue/pop.cpp
test/stress/pqueue/pqueue_type.h
test/stress/pqueue/push.cpp
test/stress/pqueue/push_pop.cpp
test/unit/pqueue/intrusive_mspqueue.cpp
test/unit/pqueue/mspqueue.cpp