updatable_priority_queue icon indicating copy to clipboard operation
updatable_priority_queue copied to clipboard

High-performance updatable priority queue in C++

Results 2 updatable_priority_queue issues
Sort by recently updated
recently updated
newest added

Suppose that I want a unique "std::string name;" as Key, this queue is not work.

Thanks a lot for the lib, it came in clutch while writing pathfinding 😄 It seems to lack a quick way to check if a key is present in the...