jimbozhang/fixed-size-priority-queue
A priority queue with fixed size, based on STL. When the maximum size was reached, the element with the lowest priority would be removed automatically.
C++Apache-2.0
A priority queue with fixed size, based on STL. When the maximum size was reached, the element with the lowest priority would be removed automatically.
C++Apache-2.0